Skip to content

Commit 3d75f45

Browse files
committed
Updated version of Go
1 parent 9bf8987 commit 3d75f45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Go
1111
uses: actions/setup-go@v2
1212
with:
13-
go-version: 1.16
13+
go-version: 1.17
1414
id: go
1515

1616
- name: Set up linters

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: 1.16
15+
go-version: 1.17
1616
- name: Set up linters
1717
run: go get -u github.com/mgechev/revive
1818
- name: Checkout

0 commit comments

Comments
 (0)