We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa9c48 commit bba504eCopy full SHA for bba504e
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v5
19
with:
20
- go-version: '1.20'
+ go-version: '1.22'
21
22
- name: Build
23
env:
@@ -29,7 +29,7 @@ jobs:
29
name: aws-lambda-rie
30
path: bin/*
31
- name: Release binaries
32
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
33
if: startsWith(github.ref, 'refs/tags/')
34
35
files: bin/*
0 commit comments