Skip to content

Commit

Permalink
Merge pull request #2 from krzko/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-5.1.0

chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0
  • Loading branch information
krzko authored Nov 4, 2024
2 parents 3755f0a + a745fd4 commit 2ce128d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: ${{ env.GO_VERSION }}

Expand Down

0 comments on commit 2ce128d

Please sign in to comment.