Try the up-to-date setup-go
Some checks failed
Release / release (push) Has been cancelled

This commit is contained in:
2026-03-26 17:17:35 +01:00
parent b12edf764f
commit 8e324c0bd2

View File

@@ -10,7 +10,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version: stable go-version: stable
- name: Run GoReleaser - name: Run GoReleaser