Skip to content

Commit 6684e25

Browse files
chore(actions): update actions/setup-go action to v6
1 parent ae31cd8 commit 6684e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v5
2929

3030
- name: Setup go
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version-file: 'go.mod'
3434

0 commit comments

Comments
 (0)