File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ compile-lambda-linux-all:
21
21
make ARCH=old compile-lambda-linux
22
22
23
23
compile-with-docker :
24
- docker run --env GOPROXY=direct -v $(shell pwd) :/LambdaRuntimeLocal -w /LambdaRuntimeLocal golang:1.21 make ARCH=${ARCH} compile-lambda-linux
24
+ docker run --env GOPROXY=direct -v $(shell pwd) :/LambdaRuntimeLocal -w /LambdaRuntimeLocal golang:1.22 make ARCH=${ARCH} compile-lambda-linux
25
25
26
26
compile-lambda-linux :
27
27
CGO_ENABLED=0 GOOS=linux GOARCH=${GO_ARCH_${ARCH} } go build -buildvcs=false -ldflags " ${RELEASE_BUILD_LINKER_FLAGS} " -o ${DESTINATION_${ARCH} } ./cmd/aws-lambda-rie
Original file line number Diff line number Diff line change 1
1
module go.amzn.com
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/aws/aws-lambda-go v1.46.0
You can’t perform that action at this time.
0 commit comments