Skip to content

Commit 81d51f1

Browse files
chore: Update staticcheck and goimports versions
Co-Authored-By: [email protected] <[email protected]>
1 parent fab3b51 commit 81d51f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/checkout@v2
1717
- name: Install dependencies
1818
run: |
19-
go install honnef.co/go/tools/cmd/staticcheck@v0.2.2
20-
go install golang.org/x/tools/cmd/goimports@v0.1.10
19+
go install honnef.co/go/tools/cmd/staticcheck@v0.4.6
20+
go install golang.org/x/tools/cmd/goimports@latest
2121
- name: Run staticcheck
2222
run: staticcheck ./...
2323
- name: Check code formatting

0 commit comments

Comments
 (0)