Skip to content

Commit

Permalink
Update release to use Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Oct 11, 2023
1 parent 9d79f3a commit 8939c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 8939c75

Please sign in to comment.