File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v6
1919 with :
20- go-version : ' 1.26'
20+ go-version : ' 1.26.1 '
2121
2222 - name : Run tests
2323 run : make tests-with-docker
3131 - name : Set up Go
3232 uses : actions/setup-go@v6
3333 with :
34- go-version : ' 1.26'
34+ go-version : ' 1.26.1 '
3535
3636 - name : Build
3737 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.26 $(1 )
15+ run_in_docker = docker run --env GOPROXY=direct -v $(shell pwd) :/LambdaRuntimeLocal -w /LambdaRuntimeLocal golang:1.26.1 $(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 11# Golang EOL overview: https://endoflife.date/go
2- DOCKER_GOLANG_IMAGE ?= golang:1.26-bookworm
2+ DOCKER_GOLANG_IMAGE ?= golang:1.26.1 -bookworm
33
44# On ARM hosts, use: make ARCH=arm64 build-init
55# Check host architecture: uname -m
Original file line number Diff line number Diff line change 11module github.com/aws/aws-lambda-runtime-interface-emulator
22
3- go 1.26
3+ go 1.26.1
44
55require (
66 github.com/aws/aws-lambda-go v1.52.0
@@ -14,7 +14,6 @@ require (
1414 github.com/jessevdk/go-flags v1.6.1
1515 github.com/orcaman/concurrent-map v1.0.0
1616 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
17- github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
1817 github.com/shirou/gopsutil v2.21.11+incompatible
1918 github.com/sirupsen/logrus v1.9.4
2019 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
3131github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
3232github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4 =
3333github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 /go.mod h1:uToXkOrWAZ6/Oc07xWQrPOhJotwFIyu2bBVN41fcDUY =
34- github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 /go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU =
3534github.com/shirou/gopsutil v2.21.11+incompatible h1:lOGOyCG67a5dv2hq5Z1BLDUqqKp3HkbjPcz5j6XMS0U =
3635github.com/shirou/gopsutil v2.21.11+incompatible /go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA =
3736github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w =
You can’t perform that action at this time.
0 commit comments