Skip to content

Commit 89703d4

Browse files
chore(deps): update dependency go to v1.26.2
1 parent 30727cf commit 89703d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: '1.26.1'
20+
go-version: '1.26.2'
2121

2222
- name: Run tests
2323
run: make tests-with-docker
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v6
3333
with:
34-
go-version: '1.26.1'
34+
go-version: '1.26.2'
3535

3636
- name: Build
3737
env:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-lambda-runtime-interface-emulator
22

3-
go 1.26.1
3+
go 1.26.2
44

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

0 commit comments

Comments
 (0)