Skip to content

Commit

Permalink
chore: update Go version to 1.23.5 (#3090)
Browse files Browse the repository at this point in the history
There are vulnerabilities reported on Go `1.23.1`, and to resolve this,
this PR updates Go versions to `1.23.5`.
  • Loading branch information
cuixq authored Jan 29, 2025
1 parent 8161a3c commit a9940a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcp/indexer/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/datastore-remover/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/indexer-api-caller/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/google/indexer-api-caller

go 1.23.1
go 1.23.5
2 changes: 1 addition & 1 deletion vulnfeeds/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a9940a5

Please sign in to comment.