Skip to content

Commit

Permalink
👻 actions using Go 1.22. (#132)
Browse files Browse the repository at this point in the history
gomports@latest moved to require Go 1.22 by default, the runner uses
1.21.
Fixed here to pin goimports to 0.24 which only requires 1.21. This way
if @latest moves again, CI won't be broken.

---------

Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel authored Sep 17, 2024
1 parent 4ce23c3 commit 953224b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ vet:

# Ensure goimports installed.
$(GOIMPORTS):
go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/tools/cmd/goimports@v0.24

0 comments on commit 953224b

Please sign in to comment.