Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaosf committed Dec 6, 2024
1 parent bdfc43b commit 85918e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Format with goimports
run: |
go install golang.org/x/tools/cmd/goimports@0.19.0
go install golang.org/x/tools/cmd/goimports@v0.19.0
if [ "$(goimports -l --format-only . | wc -l)" -gt 0 ];
then
goimports -l --format-only .
Expand Down

0 comments on commit 85918e9

Please sign in to comment.