Skip to content

Commit a517d08

Browse files
authored
chore(CI): Update go version in CI to 1.19.x (kubeflow#1069)
1 parent 93f726f commit a517d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kfp-tekton-unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install Go
9292
uses: actions/setup-go@v2
9393
with:
94-
go-version: 1.17.x
94+
go-version: 1.19.x
9595
- name: Checkout code
9696
uses: actions/checkout@v2
9797
- name: "run go unit tests"
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install Go
105105
uses: actions/setup-go@v2
106106
with:
107-
go-version: 1.17.x
107+
go-version: 1.19.x
108108
- name: Checkout code
109109
uses: actions/checkout@v2
110110
- name: "run go pipelineLoop unit tests"

0 commit comments

Comments
 (0)