Update actions/setup-go action to v6 #1

Merged
Valentin Popov merged 1 commits from renovate/actions-setup-go-6.x into master 2026-06-10 01:20:36 +04:00
Showing only changes of commit d3205778c5 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version-file: go.mod go-version-file: go.mod
cache: true cache: true