Skip to content

Commit

Permalink
build: go 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
criyle committed Mar 11, 2025
1 parent 13188ff commit 9464500
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"
cache-dependency-path: |
go.sum
.goreleaser.yaml
- name: Remove unsupported tags
run: git tag -d $(git tag -l "pb/*")
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
if: ${{ contains(github.ref, 'v') }}
Expand Down

0 comments on commit 9464500

Please sign in to comment.