We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba28a02 commit 235ac2dCopy full SHA for 235ac2d
.github/workflows/build.yml
@@ -12,19 +12,19 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- name: Set up Go
18
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5
19
with:
20
- go-version: '~1.18.2'
+ go-version: '1.20'
21
22
- name: Build
23
env:
24
RELEASE_BUILD_LINKER_FLAGS: "-s -w"
25
run: make compile-lambda-linux-all
26
27
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
28
29
name: aws-lambda-rie
30
path: bin/*
0 commit comments