Skip to content

Commit

Permalink
chore: Update pipelines to build with Go 1.20.7 (getporter#2856)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com>
Signed-off-by: Allan Guwatudde <allan@Allans-MacBook-Pro.local>
  • Loading branch information
schristoff authored and Allan Guwatudde committed Aug 9, 2023
1 parent 64fb073 commit ecec162
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/azure-pipelines.integration.yml
Expand Up @@ -12,7 +12,7 @@ pool:
vmImage: "ubuntu-latest"

variables: # these are really constants
GOVERSION: "1.20"
GOVERSION: "1.20.7"
# Cache go modules and the results of go build/test
# Increment the version number prefix of the key and restoreKey to clear the cache
GOCACHE: $(Pipeline.Workspace)/.cache/go-build/
Expand Down
2 changes: 1 addition & 1 deletion build/azure-pipelines.pr-automatic.yml
Expand Up @@ -11,7 +11,7 @@ pool:
vmImage: "ubuntu-latest"

variables:
GOVERSION: "1.20"
GOVERSION: "1.20.7"
# Cache go modules and the results of go build/test
# Increment the version number prefix of the key and restoreKey to clear the cache
GOCACHE: $(Pipeline.Workspace)/.cache/go-build/
Expand Down
4 changes: 2 additions & 2 deletions build/azure-pipelines.release-template.yml
@@ -1,6 +1,6 @@
variables: # these are really constants
vmImage: "ubuntu-latest"
GOVERSION: "1.20"
GOVERSION: "1.20.7"
# Cache go modules and the results of go build/test
# Increment the version number prefix of the key and restoreKey to clear the cache
GOCACHE: $(Pipeline.Workspace)/.cache/go-build/
Expand All @@ -22,7 +22,7 @@ variables: # these are really constants
parameters:
- name: goVersion
type: string
default: "1.20"
default: "1.20.7"
- name: registry
type: string
default: ghcr.io/getporter/test
Expand Down

0 comments on commit ecec162

Please sign in to comment.