Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 7e5866c

Browse files
Merge pull request #125 from tetsuharuohzeki/bump-ci
Use Go v16 for CI
2 parents cec05fc + ff6cb8a commit 7e5866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go 1.x
3131
uses: actions/setup-go@v2
3232
with:
33-
go-version: ^1.15 # The Go version to download (if necessary) and use.
33+
go-version: ^1.16 # The Go version to download (if necessary) and use.
3434
- name: build
3535
run: make build -j
3636
- name: test

0 commit comments

Comments
 (0)