Skip to content

Commit 31c0c84

Browse files
Bump actions/setup-go from 5.1.0 to 5.2.0 (#41)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c241543 commit 31c0c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
29+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
3030
with:
3131
go-version: '^1.22.4' # The Go version to download (if necessary) and use.
3232
- name: Install Build Dependencies

0 commit comments

Comments
 (0)