Skip to content

Commit

Permalink
Merge pull request #261 from databacker/ci-workflow-go-1.21
Browse files Browse the repository at this point in the history
change CI workflow to use go 1.21
  • Loading branch information
deitch committed Jan 11, 2024
2 parents 73dc568 + ca2c225 commit f0a6a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20
go-version: 1.21
- name: Build with xgo
uses: crazy-max/ghaction-xgo@v3
with:
xgo_version: latest
go_version: 1.20
go_version: 1.21
dest: dist
targets: windows/386,windows/amd64,windows/arm64,linux/386,linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
v: true
Expand Down

0 comments on commit f0a6a62

Please sign in to comment.