Skip to content

Commit

Permalink
Merge pull request #225 from qist/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5.2.0

Bump actions/setup-go from 5.1.0 to 5.2.0
  • Loading branch information
qist authored Dec 12, 2024
2 parents c346ab0 + 65152e2 commit 2e5dc63
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 @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version: "stable"

Expand Down

0 comments on commit 2e5dc63

Please sign in to comment.