Skip to content

Commit 5cd6bf8

Browse files
authored
Merge pull request #532 from Plaenkler/dependabot/github_actions/dependencies/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 78c86df + 18e99a8 commit 5cd6bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Setup Go
42-
uses: actions/setup-go@v5
42+
uses: actions/setup-go@v6
4343
with:
4444
go-version: 1.24
4545
- name: Checkout Code

0 commit comments

Comments
 (0)