Skip to content

Commit c08e625

Browse files
build(deps): Update Go version to 1.24.6 - OB-48697 (#407)
Update Go version to 1.24.6 - OB-48697
1 parent 0ad548f commit c08e625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/observeinc/aws-sam-apps
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/aws/aws-lambda-go v1.47.0

variables.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GO_BUILD_DIRS := bin/$(OS)_$(ARCH) \
3737
.go/cache \
3838
.go/pkg
3939
# Build image to use for building lambda functions
40-
GO_BUILD_IMAGE ?= golang:1.24.4-alpine
40+
GO_BUILD_IMAGE ?= golang:1.24.6-alpine
4141
# Which Go modules mode to use ("mod" or "vendor")
4242
GO_MOD ?= vendor
4343
GOFLAGS ?=

0 commit comments

Comments
 (0)