Skip to content

Commit

Permalink
Update Go version to 1.22.3 in go.mod
Browse files Browse the repository at this point in the history
We now have to specify the full version to placate CodeQL:

github/codeql#15647

Maybe we can revert this back to the minor version only in future.

For now, we can specify the same version that we build with.
  • Loading branch information
StevenMaude committed May 17, 2024
1 parent c5dabf8 commit 3b1986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sensiblecodeio/associate-ebs

go 1.19
go 1.22.3

require github.com/aws/aws-sdk-go v1.53.4

Expand Down

0 comments on commit 3b1986a

Please sign in to comment.