Skip to content

Commit d050e62

Browse files
chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 (#33)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97e2648 commit d050e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ github.event.pull_request.head.sha }}
3131

3232
- name: Set up Go
33-
uses: actions/setup-go@v4.1.0
33+
uses: actions/setup-go@v5.0.0
3434
with:
3535
go-version: "1.21.3"
3636

@@ -45,7 +45,7 @@ jobs:
4545
ref: ${{ github.event.pull_request.head.sha }}
4646

4747
- name: Set up Go
48-
uses: actions/setup-go@v4.1.0
48+
uses: actions/setup-go@v5.0.0
4949
with:
5050
go-version: "1.21.3"
5151

0 commit comments

Comments
 (0)