Skip to content

Commit

Permalink
update releaser go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc committed Apr 26, 2021
1 parent ef76735 commit e161b5c
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 @@ -14,12 +14,12 @@ jobs:
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.15.11
- name: Build with xgo
uses: crazy-max/ghaction-xgo@v1
with:
xgo_version: latest
go_version: 1.15
go_version: 1.15.11
dest: build
prefix: autocannon-go
targets: windows/386,windows/amd64,linux/amd64,darwin/amd64
Expand Down

0 comments on commit e161b5c

Please sign in to comment.