Skip to content

Commit f905353

Browse files
Fix: workflow
1 parent a01e20d commit f905353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.15.x
21+
go-version: 1.16.x
2222
- name: checkout code
2323
uses: actions/checkout@v2
2424
- uses: actions/cache@v2

0 commit comments

Comments
 (0)