Skip to content

Commit f9e48d2

Browse files
authoredJan 25, 2024
Bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...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 dc47069 commit f9e48d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/golang-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout code
4444
uses: actions/checkout@v4
4545
- name: Install Go
46-
uses: actions/setup-go@v4
46+
uses: actions/setup-go@v5
4747
with:
4848
go-version: '1.20'
4949
- run: make test

0 commit comments

Comments
 (0)
Please sign in to comment.