Skip to content

Commit d3fa324

Browse files
authored
Merge pull request #14 from soh335/update-go-version
use go 1.16 at update.yml
2 parents d2082ff + cace1c2 commit d3fa324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: setup go
1313
uses: actions/setup-go@v2
14+
with:
15+
go-version: 1.16
1416
- name: Check out code
1517
uses: actions/checkout@v2
1618
- name: update

0 commit comments

Comments
 (0)