diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5677e898..194642aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.19 + go-version-file: 'go.mod' - name: Import GPG key id: import_gpg