Skip to content

Commit

Permalink
update versions in ci workflow (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Jan 12, 2022
1 parent b76c87b commit 429c51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: '1.14.9'
go-version: '1.17.5'
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v1
with:
version: v0.144.1
version: v1.2.5
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 429c51d

Please sign in to comment.