Skip to content

Commit ea15194

Browse files
committed
Bump go version to 1.16
1 parent bf90bd8 commit ea15194

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: "1.13.x"
19+
go-version: "1.16.x"
2020

2121
- name: Run Go generators
2222
run: go generate ./.../gen
@@ -46,4 +46,4 @@ jobs:
4646
- uses: actions/checkout@v2
4747

4848
- name: Lint Go
49-
uses: keep-network/golint-action@v1.0.2
49+
uses: keep-network/golint-action@v1.0.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/keep-network/keep-common
22

3-
go 1.12
3+
go 1.16
44

55
replace github.com/urfave/cli => github.com/keep-network/cli v1.20.0
66

0 commit comments

Comments
 (0)