Skip to content

Commit 513eb51

Browse files
authored
Merge pull request #407 from containers/renovate/actions-setup-go-6.x
[skip-ci] Update actions/setup-go action to v6
2 parents 688f32f + 49d97f8 commit 513eb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-24.04
9292
steps:
9393
- uses: actions/checkout@v5
94-
- uses: actions/setup-go@v5
94+
- uses: actions/setup-go@v6
9595
with:
9696
go-version: 1.25.x
9797
# See comment on lint task

0 commit comments

Comments
 (0)