ci: fix golang version go1.20

This commit is contained in:
M09Ic 2025-02-22 21:01:00 +08:00
parent ff1e596380
commit ef69d46b2a

View File

@ -26,7 +26,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.20
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4