Skip to content

Commit b57b566

Browse files
Bump actions/setup-go from 4 to 5 (#366)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 506a571 commit b57b566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/medusa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
working-directory: ${{ matrix.workdir }}
152152

153153
- name: Go setup
154-
uses: actions/setup-go@v4
154+
uses: actions/setup-go@v5
155155
with:
156156
go-version: "^1.18.1"
157157

0 commit comments

Comments
 (0)