Skip to content

Commit e4f0fdf

Browse files
chore(deps): bump actions/setup-go from 3 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94e591a commit e4f0fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Set up Go ${{ matrix.go }}
38-
uses: actions/setup-go@v3
38+
uses: actions/setup-go@v5
3939
with:
4040
go-version: ${{ matrix.go }}
4141

0 commit comments

Comments
 (0)