chore(deps): update https://github.com/actions/setup-go action to v6 #10

Merged
matthias merged 1 commits from renovate/https-github.com-actions-setup-go-6.x into main 2025-11-21 21:07:41 +00:00
Showing only changes of commit ba3bc3656e - Show all commits
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- name: Use Go - name: Use Go
uses: https://github.com/actions/setup-go@v5 uses: https://github.com/actions/setup-go@v6
with: with:
go-version: '1.24' go-version: '1.24'
- run: go version - run: go version