Skip to content

Commit

Permalink
increase go version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fsrv-xyz committed Dec 31, 2021
1 parent 3f51865 commit 5040efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16
- name: Release
shell: bash --noprofile --norc -x -eo pipefail {0}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
curl --location http://git.io/goreleaser | bash
curl --location http://git.io/goreleaser | bash
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -48,4 +48,4 @@ snapshot:
github_urls:
download: https://github.com

dist: dist
dist: dist

0 comments on commit 5040efa

Please sign in to comment.