Skip to content

Commit

Permalink
Migrate to Go 1.16 official release
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 authored Feb 16, 2021
1 parent 5f11d59 commit 5b39559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://golang.org/dl/go1.16rc1.linux-amd64.tar.gz"
goversion: "https://golang.org/dl/go1.16.linux-amd64.tar.gz"
binary_name: "iamlive"
pre_command: export CGO_ENABLED=0

0 comments on commit 5b39559

Please sign in to comment.