Skip to content

Commit

Permalink
chore: Update pipelines to build with Go 1.20.7 (#2856)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <[email protected]>
  • Loading branch information
schristoff authored Aug 3, 2023
1 parent 6b38bd4 commit d17c0d2
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 d17c0d2

Please sign in to comment.