Skip to content

Commit 2df8df7

Browse files
committed
Fixed versioning error and linting
1 parent 3933826 commit 2df8df7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/googleapis/genai-toolbox
22

33
go 1.25.7
44

5-
toolchain go1.26.1
6-
75
require (
86
cloud.google.com/go/alloydbconn v1.18.0
97
cloud.google.com/go/bigquery v1.74.0

tests/bigtable/bigtable_integration_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ func TestBigtableToolEndpoints(t *testing.T) {
7575
if err != nil {
7676
t.Fatalf("Failed to create AdminClient: %v", err)
7777
}
78-
79-
t.Cleanup(func() {
78+
79+
t.Cleanup(func() {
8080
adminClient.Close()
8181
})
8282

@@ -85,7 +85,6 @@ func TestBigtableToolEndpoints(t *testing.T) {
8585
tests.CleanupBigtableTables(t, context.Background(), adminClient, uniqueID)
8686
})
8787

88-
8988
ctx, cancel := context.WithTimeout(context.Background(), 7*time.Minute)
9089
defer cancel()
9190

0 commit comments

Comments
 (0)