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

Commit

Permalink
Merge pull request #125 from tetsuharuohzeki/bump-ci
Browse files Browse the repository at this point in the history
Use Go v16 for CI
  • Loading branch information
tetsuharuohzeki authored Jun 4, 2021
2 parents cec05fc + ff6cb8a commit 7e5866c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15 # The Go version to download (if necessary) and use.
go-version: ^1.16 # The Go version to download (if necessary) and use.
- name: build
run: make build -j
- name: test
Expand Down

0 comments on commit 7e5866c

Please sign in to comment.