File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : ' 1.24 '
20+ go-version : ' 1.25 '
2121
2222 - name : Build
2323 env :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ GO_ARCH_arm64 := arm64
1212DESTINATION_x86_64 := bin/${BINARY_NAME}-x86_64
1313DESTINATION_arm64 := bin/${BINARY_NAME}-arm64
1414
15- run_in_docker = docker run --env GOPROXY=direct -v $(shell pwd) :/LambdaRuntimeLocal -w /LambdaRuntimeLocal golang:1.24 $(1 )
15+ run_in_docker = docker run --env GOPROXY=direct -v $(shell pwd) :/LambdaRuntimeLocal -w /LambdaRuntimeLocal golang:1.25 $(1 )
1616
1717compile-with-docker-all :
1818 $(call run_in_docker, make compile-lambda-linux-all)
Original file line number Diff line number Diff line change 11module go.amzn.com
22
3- go 1.24
3+ go 1.25
44
55require (
66 github.com/aws/aws-lambda-go v1.46.0
You can’t perform that action at this time.
0 commit comments