Skip to content

Commit

Permalink
ci: update gh actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Oct 1, 2024
1 parent 3e8e83a commit 44ab37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fetch-depth: 0
- run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'
go-version: '>=1.23.0'
cache: true
- name: Go Preflight Tests
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 44ab37b

Please sign in to comment.