Skip to content

Commit

Permalink
Merge pull request #172 from Nordix/bump-golang-to-1.16/feruz
Browse files Browse the repository at this point in the history
Bump the Golang version to 1.16
  • Loading branch information
metal3-io-bot committed Feb 27, 2021
2 parents 8157703 + f35f243 commit debdf6d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ presubmits:
env:
- name: IS_CONTAINER
value: "TRUE"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: gosec
always_run: true
Expand Down Expand Up @@ -261,7 +261,7 @@ presubmits:
env:
- name: IS_CONTAINER
value: "TRUE"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: gomod
always_run: true
Expand All @@ -275,7 +275,7 @@ presubmits:
env:
- name: IS_CONTAINER
value: "TRUE"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: markdownlint
always_run: true
Expand Down Expand Up @@ -325,7 +325,7 @@ presubmits:
value: "http://localhost:6385/v1/"
- name: IRONIC_INSPECTOR_ENDPOINT
value: "http://localhost:5050/v1/"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: generate
always_run: true
Expand All @@ -347,7 +347,7 @@ presubmits:
value: "http://localhost:6385/v1/"
- name: IRONIC_INSPECTOR_ENDPOINT
value: "http://localhost:5050/v1/"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: golint
always_run: true
Expand Down Expand Up @@ -568,7 +568,7 @@ presubmits:
env:
- name: IS_CONTAINER
value: "TRUE"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: govet
always_run: true
Expand All @@ -582,7 +582,7 @@ presubmits:
env:
- name: IS_CONTAINER
value: "TRUE"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: markdownlint
always_run: true
Expand Down Expand Up @@ -668,7 +668,7 @@ presubmits:
env:
- name: IS_CONTAINER
value: "TRUE"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: govet
always_run: true
Expand All @@ -682,7 +682,7 @@ presubmits:
env:
- name: IS_CONTAINER
value: "TRUE"
image: registry.hub.docker.com/library/golang:1.15.3
image: registry.hub.docker.com/library/golang:1.16
imagePullPolicy: Always
- name: markdownlint
always_run: true
Expand Down

0 comments on commit debdf6d

Please sign in to comment.