We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecb59b commit 2036c53Copy full SHA for 2036c53
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
go-version: ${{ env.GO_VERSION }}
92
93
- name: Install goimports
94
- run: go install golang.org/x/tools/cmd/goimports
+ run: go install golang.org/x/tools/cmd/goimports@latest
95
96
- name: Find the Go Build Cache
97
id: go
0 commit comments