Skip to content

Commit

Permalink
update gorelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane committed Jun 9, 2022
1 parent 7da9ffa commit e53c6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fetch-depth: 0

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: '>=1.18.0'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit e53c6e9

Please sign in to comment.