Skip to content

Commit 2036c53

Browse files
committed
set version to goimports
1 parent 2ecb59b commit 2036c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
go-version: ${{ env.GO_VERSION }}
9292

9393
- name: Install goimports
94-
run: go install golang.org/x/tools/cmd/goimports
94+
run: go install golang.org/x/tools/cmd/goimports@latest
9595

9696
- name: Find the Go Build Cache
9797
id: go

0 commit comments

Comments
 (0)