Skip to content

Commit 235ac2d

Browse files
authored
Update go version and github actions versions (#32)
1 parent ba28a02 commit 235ac2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@v3
18+
uses: actions/setup-go@v5
1919
with:
20-
go-version: '~1.18.2'
20+
go-version: '1.20'
2121

2222
- name: Build
2323
env:
2424
RELEASE_BUILD_LINKER_FLAGS: "-s -w"
2525
run: make compile-lambda-linux-all
2626

27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: aws-lambda-rie
3030
path: bin/*

0 commit comments

Comments
 (0)