diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b76bc40f2..c69a41319 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: - go-version: ">=1.23.0" + go-version-file: go.mod - name: Install `@semantic-release/exec` plugin run: npm install @semantic-release/exec @semantic-release/changelog @@ -99,7 +99,7 @@ jobs: - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: - go-version: ">=1.23.0" + go-version-file: go.mod - name: Version run: echo "The next version is $VERSION"