Skip to content

Commit

Permalink
Merge pull request #11 from kei2100/upg-test-env
Browse files Browse the repository at this point in the history
Update test environment
  • Loading branch information
kei2100 committed Aug 29, 2020
2 parents ada4a5f + fae3dcb commit c696688
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: '1.14.1'
go-version: '1.15.0'
- uses: arduino/setup-protoc@master
with:
version: '3.11.4'
version: '3.13.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: go version
- run: go env
Expand Down

0 comments on commit c696688

Please sign in to comment.