Skip to content

Commit

Permalink
BUILD/MINOR: goreleaser: always use latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Oct 11, 2023
1 parent 2cb6809 commit efa147f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual_goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- name: Reposition to latest tag
run: |
git checkout $(git describe --tags --abbrev=0)
Expand Down

0 comments on commit efa147f

Please sign in to comment.