Skip to content

Commit d8d4558

Browse files
committed
Update build to Go 1.24.2
1 parent 90b063a commit d8d4558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.0-alpine
1+
FROM golang:1.24.2-alpine
22

33
# Turn off cgo for a more static binary.
44
# Specify cache directory so that we can run as nobody to build the binary.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sensiblecodeio/associate-eip
22

3-
go 1.23.0
3+
go 1.24.2
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3

0 commit comments

Comments
 (0)