From cef549bdc51c345bf3b9deef71d17d0c76d07efa Mon Sep 17 00:00:00 2001 From: Doctor Vince Date: Fri, 26 Apr 2024 18:05:31 -0400 Subject: [PATCH] Update goreleaser.yml Pin the go version to the value in `go.mod` instead of hardcoded `1.19` --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 43404f0..881fc84 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -29,7 +29,7 @@ jobs: name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.19 + go-version-file: go.mod - name: install cosign uses: sigstore/cosign-installer@main