Skip to content

Commit

Permalink
feat: Upgrade gorelaser
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Sep 9, 2024
1 parent 912fa93 commit 5677c91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:

-
name: Set up Go
uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: '1.23.1' # The Go version to download (if necessary) and use.

-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

builds:
-
ldflags:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.21.1
golang 1.23.1

0 comments on commit 5677c91

Please sign in to comment.