Skip to content

Commit 15b7b6e

Browse files
authored
Merge pull request #407 from crytic/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 7341af6 + 13a3bee commit 15b7b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/medusa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ jobs:
148148
working-directory: ${{ matrix.workdir }}
149149

150150
- name: Go setup
151-
uses: actions/setup-go@v5
151+
uses: actions/setup-go@v6
152152
with:
153-
go-version: "^1.18.1"
153+
go-version: "^1.23.3"
154154

155155
- name: Install medusa
156156
run: |

0 commit comments

Comments
 (0)