Skip to content

Commit 726d483

Browse files
committed
Use go 1.17 in test action
1 parent 49cc6f1 commit 726d483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v3
2727
with:
28-
go-version: '1.15'
28+
go-version: '1.17'
2929
id: go
3030

3131
- name: Check out code into the Go module directory
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Go
5757
uses: actions/setup-go@v3
5858
with:
59-
go-version: '1.15'
59+
go-version: '1.17'
6060
id: go
6161

6262
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)