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

Commit

Permalink
Use Go v16 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuharuohzeki committed Jun 4, 2021
1 parent cec05fc commit ff6cb8a
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 ff6cb8a

Please sign in to comment.