Skip to content

Commit

Permalink
knmstate: go 1.17
Browse files Browse the repository at this point in the history
Use golang 1.17 for knmstate to check PR [1]

[1] nmstate/kubernetes-nmstate#963

Signed-off-by: Quique Llorente <ellorent@redhat.com>
  • Loading branch information
qinqon committed Jan 18, 2022
1 parent 1a463bd commit 1cabe7b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ presubmits:
privileged: true
env:
- name: GIMME_GO_VERSION
value: "1.16"
value: "1.17"
command:
- "/usr/local/bin/runner.sh"
- "/bin/sh"
Expand Down Expand Up @@ -60,7 +60,7 @@ presubmits:
memory: "29Gi"
env:
- name: GIMME_GO_VERSION
value: "1.16"
value: "1.17"
command:
- "/usr/local/bin/runner.sh"
- "/bin/sh"
Expand Down Expand Up @@ -96,7 +96,7 @@ presubmits:
memory: "29Gi"
env:
- name: GIMME_GO_VERSION
value: "1.16"
value: "1.17"
command:
- "/usr/local/bin/runner.sh"
- "/bin/sh"
Expand Down Expand Up @@ -162,7 +162,7 @@ presubmits:
memory: "29Gi"
env:
- name: GIMME_GO_VERSION
value: "1.16"
value: "1.17"
command:
- "/usr/local/bin/runner.sh"
- "/bin/sh"
Expand Down

0 comments on commit 1cabe7b

Please sign in to comment.