We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381f307 + 1e4c723 commit ad6947bCopy full SHA for ad6947b
2 files changed
.github/workflows/analysis.yml
@@ -10,15 +10,15 @@ jobs:
10
- uses: actions/checkout@v4
11
with:
12
persist-credentials: false
13
- - uses: WillAbides/setup-go-faster@v1
+ - uses: actions/setup-go@v6
14
15
go-version: 'stable'
16
17
- name: Install analysis tools
18
- run: go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
+ run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.0
19
20
- name: Vet
21
run: go vet ./...
22
23
- name: Staticcheck
24
- run: staticcheck ./...
+ run: staticcheck ./...
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
go-version: ${{ matrix.go-version }}
0 commit comments