Skip to content

Commit bba504e

Browse files
committed
Update go version (#35)
1 parent 6aa9c48 commit bba504e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.20'
20+
go-version: '1.22'
2121

2222
- name: Build
2323
env:
@@ -29,7 +29,7 @@ jobs:
2929
name: aws-lambda-rie
3030
path: bin/*
3131
- name: Release binaries
32-
uses: softprops/action-gh-release@v1
32+
uses: softprops/action-gh-release@v2
3333
if: startsWith(github.ref, 'refs/tags/')
3434
with:
3535
files: bin/*

0 commit comments

Comments
 (0)