Skip to content

Commit

Permalink
chore: update go v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy Jones committed Jan 3, 2025
1 parent 330ccfc commit 1263208
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .sage/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module sage

go 1.17
go 1.23

require go.einride.tech/sage v0.334.0
6 changes: 0 additions & 6 deletions encoding/protobq/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,20 @@ func Test_Integration_PublicDataSets(t *testing.T) {
Limit: 10,
Message: &publicv1.FilmLocation{},
},

{
ProjectID: "bigquery-public-data",
DatasetID: "london_bicycles",
TableID: "cycle_hire",
Limit: 10,
Message: &publicv1.LondonBicycleRental{},
},

{
ProjectID: "bigquery-public-data",
DatasetID: "san_francisco_transit_muni",
TableID: "stop_times",
Limit: 10,
Message: &publicv1.SanFransiscoTransitStopTime{},
},

{
ProjectID: "bigquery-public-data",
DatasetID: "london_bicycles",
Expand All @@ -67,7 +64,6 @@ func Test_Integration_PublicDataSets(t *testing.T) {
DiscardUnknown: true, // Ignore non-snake case field "nbEmptyDocks".
},
},

{
ProjectID: "bigquery-public-data",
DatasetID: "noaa_historic_severe_storms",
Expand All @@ -81,15 +77,13 @@ func Test_Integration_PublicDataSets(t *testing.T) {
Schema: protobq.SchemaOptions{UseDateTimeWithoutOffset: true},
},
},

{
ProjectID: "bigquery-public-data",
DatasetID: "geo_whos_on_first",
TableID: "geojson",
Limit: 10,
Message: &publicv1.WhosOnFirstGeoJson{},
},

{
ProjectID: "bigquery-public-data",
DatasetID: "crypto_dogecoin",
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.einride.tech/protobuf-bigquery

go 1.21
go 1.23

toolchain go1.23.1
toolchain go1.23.4

require (
cloud.google.com/go v0.117.0
Expand Down

0 comments on commit 1263208

Please sign in to comment.