Skip to content

Commit ba468e6

Browse files
Bump actions/setup-go from 5.1.0 to 5.2.0 (#73)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a2396a commit ba468e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out code into the Go module directory
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
1414
- name: Set up Go
15-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v3
15+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v3
1616
with:
1717
go-version: '1.22.1'
1818
- name: Get dependencies
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check out code into the Go module directory
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
2727
- name: Set up Go
28-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v3
28+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v3
2929
with:
3030
go-version: '1.22.1'
3131
- name: golangci-lint

0 commit comments

Comments
 (0)