Skip to content

Commit 785765a

Browse files
chore: Pin goimports to v0.1.10 for Go 1.16.x compatibility
Co-Authored-By: [email protected] <[email protected]>
1 parent 4f13842 commit 785765a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
go install honnef.co/go/tools/cmd/[email protected]
20-
go get -u golang.org/x/tools/cmd/goimports
20+
go install golang.org/x/tools/cmd/goimports@v0.1.10
2121
- name: Run staticcheck
2222
run: staticcheck ./...
2323
- name: Check code formatting

0 commit comments

Comments
 (0)