Skip to content

Commit

Permalink
Merge pull request #14 from kei2100/fix-ci
Browse files Browse the repository at this point in the history
build: use go 1.16 in GHA
  • Loading branch information
kei2100 committed Mar 6, 2021
2 parents ff416db + e4c38e5 commit 06b0bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.0'
go-version: '1.16'
- uses: arduino/setup-protoc@master
with:
version: '3.13.0'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ test.proto:
.PHONY: test.ci
test.ci:
@which act > /dev/null 2>&1 || brew install nektos/tap/act
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -s GITHUB_TOKEN=$${GITHUB_TOKEN}
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -s GITHUB_TOKEN=$${GITHUB_TOKEN} -j test

0 comments on commit 06b0bc7

Please sign in to comment.