From c9073d1818bbbe52c75c6bf71671175aad6feb7a Mon Sep 17 00:00:00 2001 From: Daniel Fangl Date: Tue, 6 Feb 2024 10:59:56 +0100 Subject: [PATCH] update github actions --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 518aa03..3ccb66f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,19 +12,19 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: '~1.18.2' + go-version: '1.20' - name: Build env: RELEASE_BUILD_LINKER_FLAGS: "-s -w" run: make compile-lambda-linux-all - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: aws-lambda-rie path: bin/*