diff --git a/go.mod b/go.mod index c34ada30..03ab0d68 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/observeinc/aws-sam-apps -go 1.24.2 +go 1.24.4 require ( github.com/aws/aws-lambda-go v1.47.0 diff --git a/variables.mk b/variables.mk index 6454a912..4e518bff 100644 --- a/variables.mk +++ b/variables.mk @@ -37,7 +37,7 @@ GO_BUILD_DIRS := bin/$(OS)_$(ARCH) \ .go/cache \ .go/pkg # Build image to use for building lambda functions -GO_BUILD_IMAGE ?= golang:1.24.2-alpine +GO_BUILD_IMAGE ?= golang:1.24.4-alpine # Which Go modules mode to use ("mod" or "vendor") GO_MOD ?= vendor GOFLAGS ?=