Skip to content

Commit e276fb0

Browse files
committed
fix 1.16 -> 1.17
1 parent c3ac387 commit e276fb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
GO111MODULE: on
1515

1616
steps:
17-
- name: Set up Go 1.16
17+
- name: Set up Go 1.17
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.16
20+
go-version: 1.17
2121
id: go
2222

2323
- uses: actions/checkout@v2

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v2
1010
- uses: actions/setup-go@v2
1111
with:
12-
go-version: 1.16
12+
go-version: 1.17
1313
- name: Install dependencies
1414
working-directory: /tmp
1515
run: |

0 commit comments

Comments
 (0)