Update Go version 1.19 (#2523)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2022-08-30 11:40:01 +05:30
committed by GitHub
parent b16010dfa3
commit 6971bcd287
10 changed files with 362 additions and 366 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18.5
go-version: 1.19
- name: Check out code
uses: actions/checkout@v3
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v3
with:
go-version: 1.18.1
go-version: 1.19
- name: Checkout sources
uses: actions/checkout@v3
+1 -1
View File
@@ -6,7 +6,7 @@ on:
- v2.**
env:
GO_VERSION: 1.18.5
GO_VERSION: 1.19
KIND_VERSION: v0.14.0
KIND_NODE_IMAGE_TAG: v1.19.16
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: 1.18.5
go-version: 1.19
- name: Checkout action sources
uses: actions/checkout@v3