From a9940a58b48f0a650632c37b44abdee0144d781b Mon Sep 17 00:00:00 2001 From: Xueqin Cui <72771658+cuixq@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:35:57 +1100 Subject: [PATCH] chore: update Go version to 1.23.5 (#3090) There are vulnerabilities reported on Go `1.23.1`, and to resolve this, this PR updates Go versions to `1.23.5`. --- .github/workflows/lint.yaml | 2 +- docs/go.mod | 2 +- gcp/indexer/go.mod | 2 +- tools/datastore-remover/go.mod | 2 +- tools/indexer-api-caller/go.mod | 2 +- vulnfeeds/go.mod | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6739ac6aa0d..70c8dbfe44b 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -42,7 +42,7 @@ jobs: - name: Set up Go uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: - go-version: '>=1.23.1' + go-version: '>=1.23.5' - name: Set up terraform uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 - name: Run pylint and yapf, go vet diff --git a/docs/go.mod b/docs/go.mod index 6d33111083d..be5ac76d31a 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -1,6 +1,6 @@ module osv.dev/tools -go 1.23.1 +go 1.23.5 require ( github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 diff --git a/gcp/indexer/go.mod b/gcp/indexer/go.mod index e486139b2f6..15e41bc4f67 100644 --- a/gcp/indexer/go.mod +++ b/gcp/indexer/go.mod @@ -1,6 +1,6 @@ module github.com/google/osv.dev/gcp/indexer -go 1.23.1 +go 1.23.5 require ( cloud.google.com/go/datastore v1.20.0 diff --git a/tools/datastore-remover/go.mod b/tools/datastore-remover/go.mod index 3f860e50534..57e16e54e46 100644 --- a/tools/datastore-remover/go.mod +++ b/tools/datastore-remover/go.mod @@ -1,6 +1,6 @@ module github.com/google/datastore-remover -go 1.23.1 +go 1.23.5 require ( cloud.google.com/go/datastore v1.20.0 diff --git a/tools/indexer-api-caller/go.mod b/tools/indexer-api-caller/go.mod index 18f97c192d3..020eb572428 100644 --- a/tools/indexer-api-caller/go.mod +++ b/tools/indexer-api-caller/go.mod @@ -1,3 +1,3 @@ module github.com/google/indexer-api-caller -go 1.23.1 +go 1.23.5 diff --git a/vulnfeeds/go.mod b/vulnfeeds/go.mod index 537219d121c..416bd761d4e 100644 --- a/vulnfeeds/go.mod +++ b/vulnfeeds/go.mod @@ -1,6 +1,6 @@ module github.com/google/osv/vulnfeeds -go 1.23.1 +go 1.23.5 require ( cloud.google.com/go/logging v1.13.0