chore(ci): use Go version from go.mod in Github actions

This commit is contained in:
Quentin McGaw
2026-01-13 11:30:06 +00:00
parent aa0b136a7b
commit 43891cf8a6

View File

@@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.23"
go-version-file: go.mod
- uses: github/codeql-action/init@v3
with:
languages: go
@@ -155,7 +155,7 @@ jobs:
- if: github.event_name == 'release'
uses: actions/setup-go@v5
with:
go-version: 1.23
go-version-file: go.mod
- if: github.event_name == 'release'
uses: goreleaser/goreleaser-action@v6