Skip to content

Commit

Permalink
chore: update trampoline image to go115 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
cojenco authored Mar 22, 2022
1 parent d4caa14 commit dea6e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build_file: "conformance-tests/.kokoro/trampoline.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/go112"
value: "gcr.io/cloud-devrel-kokoro-resources/go115"
}

# Tell the trampoline which build file to use.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/googleapis/conformance-tests

go 1.16
go 1.15

require (
github.com/golang/protobuf v1.5.2
Expand Down

0 comments on commit dea6e29

Please sign in to comment.