Skip to content

Commit 6e4a087

Browse files
committed
go version changed to 1.16.2 in CI workflow
1 parent 17e1c0b commit 6e4a087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: CI workflow
22

33
on:
44
push:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.15
19+
go-version: 1.16.2
2020

2121
- name: Check
2222
run: make check

0 commit comments

Comments
 (0)