Skip to content

Commit

Permalink
conf: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
anrs committed Oct 7, 2022
1 parent 75b232a commit 98f94db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
echo "VERSION=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17.7
go-version-file: "go.mod"

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

0 comments on commit 98f94db

Please sign in to comment.