diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f68859a67..3a791616e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version-file: go.mod + # go-version-file: go.mod + go-version: "1.22" - name: Run tests run: make test-ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d655658ef..da0eadb42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,8 @@ jobs: - uses: actions/setup-go@v5 with: - go-version-file: go.mod + # go-version-file: go.mod + go-version: "1.22" if: ${{ steps.release.outputs.release_created }} - name: Run GoReleaser