diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 9a865c28..0d2c06ce 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: "1.24" + go-version-file: go.mod check-latest: true - name: Setup Buf diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index c350bdb7..15079af2 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: 'stable' + go-version-file: go.mod cache: false - run: |