Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Upgrade to Go 1.15.1 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Sep 9, 2020
1 parent ba6555d commit 186be65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions builders/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
- '-allow-failure'

- id: 'download-modules'
name: 'golang:1.15'
name: 'golang:1.15.1'
args:
- 'go'
- 'mod'
Expand All @@ -66,7 +66,7 @@ steps:
# adminapi
#
- id: 'build-adminapi'
name: 'golang:1.15'
name: 'golang:1.15.1'
args:
- 'go'
- 'build'
Expand All @@ -92,7 +92,7 @@ steps:
# apiserver
#
- id: 'build-apiserver'
name: 'golang:1.15'
name: 'golang:1.15.1'
args:
- 'go'
- 'build'
Expand All @@ -118,7 +118,7 @@ steps:
# cleanup
#
- id: 'build-cleanup'
name: 'golang:1.15'
name: 'golang:1.15.1'
args:
- 'go'
- 'build'
Expand All @@ -144,7 +144,7 @@ steps:
# e2e-runner
#
- id: 'build-e2e-runner'
name: 'golang:1.15'
name: 'golang:1.15.1'
args:
- 'go'
- 'build'
Expand All @@ -170,7 +170,7 @@ steps:
# migrate
#
- id: 'build-migrate'
name: 'golang:1.15'
name: 'golang:1.15.1'
args:
- 'go'
- 'build'
Expand All @@ -196,7 +196,7 @@ steps:
# server
#
- id: 'build-server'
name: 'golang:1.15'
name: 'golang:1.15.1'
args:
- 'go'
- 'build'
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/google/exposure-notifications-verification-server

go 1.14
go 1.15

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

0 comments on commit 186be65

Please sign in to comment.