Skip to content

Commit be4e691

Browse files
committed
fix(ci): update the go version
1 parent fcf68c9 commit be4e691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e_install.yml

Lines changed: 2 additions & 2 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.16
18+
go-version: 1.17
1919

2020
- name: Check out source code
2121
uses: actions/checkout@v1
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Go
5353
uses: actions/setup-go@v2
5454
with:
55-
go-version: 1.16
55+
go-version: 1.17
5656

5757
- name: Check out source code
5858
uses: actions/checkout@v1

0 commit comments

Comments
 (0)