Update actions/setup-go action to v7 #12

Merged
Valentin Popov merged 1 commits from renovate/actions-setup-go-7.x into master 2026-07-18 05:24:36 +04:00
Showing only changes of commit 59a667e4f0 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v6 uses: actions/setup-go@v7
with: with:
go-version-file: go.mod go-version-file: go.mod
cache: true cache: true