diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index 4b2a295c..4c801961 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -42,7 +42,8 @@ jobs: - name: install go uses: actions/setup-go@v6 with: - go-version: "1.25.12" + go-version: "1.25" + check-latest: true cache-dependency-path: backend - name: test and build backend @@ -97,7 +98,8 @@ jobs: - name: install go uses: actions/setup-go@v6 with: - go-version: "1.25.12" + go-version: "1.25" + check-latest: true # both go.sum files so the cache key covers the main and example modules scanned below cache-dependency-path: | backend/go.sum diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dcab20c..549c5b09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,8 @@ jobs: - name: install go uses: actions/setup-go@v6 with: - go-version: "1.25.12" + go-version: "1.25" + check-latest: true cache-dependency-path: backend/go.sum - name: install pnpm @@ -107,7 +108,8 @@ jobs: - name: install go uses: actions/setup-go@v6 with: - go-version: "1.25.12" + go-version: "1.25" + check-latest: true cache-dependency-path: backend/go.sum - name: install pnpm