Skip to content

Commit

Permalink
Update setup-go to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 23, 2024
1 parent c7d3e13 commit 7b7e9b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ runs:
using: composite
steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
cache: true
- name: Setup GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 7b7e9b5

Please sign in to comment.