Skip to content

Commit

Permalink
Merge pull request #341 from go-faster/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
ernado committed Dec 7, 2023
2 parents 994839b + fe2a38e commit 8cc6413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: docker/setup-buildx-action@v3

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
cache: false
Expand Down

0 comments on commit 8cc6413

Please sign in to comment.