Skip to content

Commit 2431c56

Browse files
committed
Update go version
1 parent edb7e60 commit 2431c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '1.16'
14+
go-version: '1.17'
1515
- name: Run coverage
1616
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
1717
- name: Upload coverage to Codecov

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: ^1.13
19+
go-version: ^1.17
2020
id: go
2121

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

0 commit comments

Comments
 (0)