Skip to content

Commit 933b564

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4.2.2
1919

2020
- name: Install Golang
21-
uses: actions/setup-go@v5.2.0
21+
uses: actions/setup-go@v5.3.0
2222
with:
2323
go-version-file: go.mod
2424
check-latest: true

0 commit comments

Comments
 (0)