Skip to content

Commit

Permalink
Update go version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfangl committed Aug 20, 2024
1 parent 6aa9c48 commit bba504e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'

- name: Build
env:
Expand All @@ -29,7 +29,7 @@ jobs:
name: aws-lambda-rie
path: bin/*
- name: Release binaries
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: bin/*
Expand Down

0 comments on commit bba504e

Please sign in to comment.