We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad548f commit c08e625Copy full SHA for c08e625
go.mod
@@ -1,6 +1,6 @@
1
module github.com/observeinc/aws-sam-apps
2
3
-go 1.24.4
+go 1.24.6
4
5
require (
6
github.com/aws/aws-lambda-go v1.47.0
variables.mk
@@ -37,7 +37,7 @@ GO_BUILD_DIRS := bin/$(OS)_$(ARCH) \
37
.go/cache \
38
.go/pkg
39
# Build image to use for building lambda functions
40
-GO_BUILD_IMAGE ?= golang:1.24.4-alpine
+GO_BUILD_IMAGE ?= golang:1.24.6-alpine
41
# Which Go modules mode to use ("mod" or "vendor")
42
GO_MOD ?= vendor
43
GOFLAGS ?=
0 commit comments