Skip to content

Commit 2319931

Browse files
Bump actions/setup-go from 5.2.0 to 5.3.0 (#174)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.2.0...v5.3.0) --- 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 7675439 commit 2319931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99

1010
- name: Set up Go 1.22
11-
uses: actions/setup-go@v5.2.0
11+
uses: actions/setup-go@v5.3.0
1212
with:
1313
go-version: '1.22'
1414
check-latest: true

0 commit comments

Comments
 (0)