Skip to content

Commit 4240cb8

Browse files
committed
Update version of Go in go.mod to 1.22.3
This specifies the point release to appease the CodeQL checker. We may be able to revert to specifying only major and minor versions in future.
1 parent ea660d6 commit 4240cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sensiblecodeio/associate-eip
22

3-
go 1.19
3+
go 1.22.3
44

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

0 commit comments

Comments
 (0)