Skip to content

Commit 8b476c7

Browse files
committed
Update go1.16 in github workflow
This commit updates golang version to 1.16 in github workflow files.
1 parent 0e49556 commit 8b476c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.15
18+
go-version: 1.16
1919
stable: true
2020

2121
- run: |
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up go
4040
uses: actions/setup-go@v2
4141
with:
42-
go-version: 1.15
42+
go-version: 1.16
4343
stable: true
4444

4545
- run: |
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v1
6565
- uses: actions/setup-go@v1
6666
with:
67-
go-version: 1.15
67+
go-version: 1.16
6868
- name: Install latest version of Kind
6969
run: |
7070
GO111MODULE=on go get sigs.k8s.io/kind

0 commit comments

Comments
 (0)