chore(deps): update actions/setup-go action to v7 (master) #6

Merged
meda merged 1 commits from renovate/master-major-renovate-all into master 2026-07-31 00:49:25 +02:00
Showing only changes of commit 5637163ed0 - Show all commits
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v6 uses: actions/setup-go@v7
with: with:
go-version: '1.26' go-version: '1.26'
@@ -40,7 +40,7 @@ jobs:
persist-credentials: true persist-credentials: true
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v6 uses: actions/setup-go@v7
with: with:
go-version: '1.26' go-version: '1.26'