diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index cae55fa06a..5e467bcc65 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -11,7 +11,7 @@ jobs: go-test: strategy: matrix: - go-version: [1.22.8] + go-version: [1.23.2] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 542cc84383..0af8fa22b4 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.8 + go-version: 1.23.2 - name: Enable pulling Go modules from private sourcegraph/sourcegraph run: git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/" - run: ./dev/go-lint.sh diff --git a/.github/workflows/goreleaser-check.yml b/.github/workflows/goreleaser-check.yml index 762b1f9cef..59179af2e6 100644 --- a/.github/workflows/goreleaser-check.yml +++ b/.github/workflows/goreleaser-check.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.8 + go-version: 1.23.2 - name: Enable pulling Go modules from private sourcegraph/sourcegraph run: git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/" - name: Check GoReleaser config diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 90ca689e81..46af514805 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -181,7 +181,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.8 + go-version: 1.23.2 - name: Enable pulling Go modules from private sourcegraph/sourcegraph run: git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/" - run: go test ./... diff --git a/.github/workflows/pr-auditor.yml b/.github/workflows/pr-auditor.yml index 4a0fc2d708..fe0862e021 100644 --- a/.github/workflows/pr-auditor.yml +++ b/.github/workflows/pr-auditor.yml @@ -14,7 +14,7 @@ jobs: repository: 'sourcegraph/devx-service' token: ${{ secrets.PR_AUDITOR_TOKEN }} - uses: actions/setup-go@v5 - with: { go-version: '1.22' } + with: { go-version: '1.23' } - run: 'go run ./cmd/pr-auditor' env: diff --git a/.tool-versions b/.tool-versions index 9e1c90413a..a184b8990c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -golang 1.22.8 +golang 1.23.2 shfmt 3.8.0 shellcheck 0.10.0