diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 3343e9ae8c..a2849ed850 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.24.1 + go-version: 1.24.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 8ff2f3b5c9..60e44aaa9d 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.24.1 + go-version: 1.24.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 b4786c336c..65d9cf62cb 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.24.1 + go-version: 1.24.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 fe0862e021..7a2e61b346 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.23' } + with: { go-version: '1.24.2' } - run: 'go run ./cmd/pr-auditor' env: diff --git a/.github/workflows/scip.yml b/.github/workflows/scip.yml index 88e836e774..e0dbf3ec23 100644 --- a/.github/workflows/scip.yml +++ b/.github/workflows/scip.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.24.1 + go-version: 1.24.2 - name: Set directory to safe for git run: git config --global --add safe.directory $GITHUB_WORKSPACE