Skip to content

Commit 65ede71

Browse files
Bump actions/setup-go from 5.2.0 to 5.3.0 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11b7f67 commit 65ede71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414

15-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
15+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1616
with:
1717
go-version: 1.22.x
1818

0 commit comments

Comments
 (0)