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 3f1f95f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ postsubmits:
- name: GITHUB_EMAIL
value: kubevirtbot@redhat.com
- name: GIMME_GO_VERSION
value: "1.16"
value: "1.17"
command:
- "/usr/local/bin/runner.sh"
- "/bin/bash"
Expand Down Expand Up @@ -75,7 +75,7 @@ postsubmits:
- name: GITHUB_EMAIL
value: kubevirtbot@redhat.com
- name: GIMME_GO_VERSION
value: "1.16"
value: "1.17"
command:
- "/usr/local/bin/runner.sh"
- "/bin/bash"
Expand Down
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 3f1f95f

Please sign in to comment.