Skip to content

Commit

Permalink
gha: update to goreleaser/goreleaser-action@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Oct 15, 2024
1 parent 35fb8fe commit 2a24020
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
go mod tidy
git diff --exit-code -- go.mod go.sum
- name: Check goreleaser configuration file
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: v1.24.0
distribution: goreleaser-pro
version: '~> v2'
args: check src/go/.goreleaser.yaml

0 comments on commit 2a24020

Please sign in to comment.