Skip to content

Commit 2880664

Browse files
authored
Merge pull request #278 from bootjp/renovate/actions-setup-go-6.x
chore(deps): update actions/setup-go action to v6
2 parents 18101ab + 534a0de commit 2880664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jepsen-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
distribution: temurin
2121
java-version: '21'
22-
- uses: actions/setup-go@v5
22+
- uses: actions/setup-go@v6
2323
with:
2424
go-version-file: 'go.mod'
2525
- name: Install netcat

0 commit comments

Comments
 (0)