Skip to content

Commit a9940a5

Browse files
authored
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`.
1 parent 8161a3c commit a9940a5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4444
with:
45-
go-version: '>=1.23.1'
45+
go-version: '>=1.23.5'
4646
- name: Set up terraform
4747
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
4848
- name: Run pylint and yapf, go vet

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module osv.dev/tools
22

3-
go 1.23.1
3+
go 1.23.5
44

55
require (
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0

gcp/indexer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/osv.dev/gcp/indexer
22

3-
go 1.23.1
3+
go 1.23.5
44

55
require (
66
cloud.google.com/go/datastore v1.20.0

tools/datastore-remover/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/datastore-remover
22

3-
go 1.23.1
3+
go 1.23.5
44

55
require (
66
cloud.google.com/go/datastore v1.20.0

tools/indexer-api-caller/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/google/indexer-api-caller
22

3-
go 1.23.1
3+
go 1.23.5

vulnfeeds/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/osv/vulnfeeds
22

3-
go 1.23.1
3+
go 1.23.5
44

55
require (
66
cloud.google.com/go/logging v1.13.0

0 commit comments

Comments
 (0)