Skip to content

Commit

Permalink
Update go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Mar 31, 2023
1 parent d44ac5f commit 2ecce10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build code
run: |
./.github/build.sh
Expand Down

0 comments on commit 2ecce10

Please sign in to comment.