Skip to content

Commit ebf4118

Browse files
authored
Merge pull request #1977 from carolynvs/go-1.17.8
Use Go 1.17.8 in build
2 parents ce2eafe + 8254402 commit ebf4118

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/azure-pipelines.integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pool:
1212
vmImage: "ubuntu-latest"
1313

1414
variables:
15-
GOVERSION: "1.17.6"
15+
GOVERSION: "1.17.8"
1616

1717
jobs:
1818
- job: integration_test

build/azure-pipelines.pr-automatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pool:
1111
vmImage: "ubuntu-latest"
1212

1313
variables:
14-
GOVERSION: "1.17.6"
14+
GOVERSION: "1.17.8"
1515

1616
parameters:
1717
- name: buildExamples

build/azure-pipelines.release-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables: # these are really constants
44
parameters:
55
- name: goVersion
66
type: string
7-
default: "1.17.6"
7+
default: "1.17.8"
88
- name: registry
99
type: string
1010
default: getporterci

0 commit comments

Comments
 (0)