Skip to content

Commit

Permalink
build with go1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayashi committed Sep 23, 2020
1 parent 1bf1ed8 commit 6c8305f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.13.x", "1.14.x"]
go: ["1.13.x", "1.14.x", "1.15.x"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
run: ./scripts/licensecheck.sh

- name: Go installation
uses: actions/setup-go@v1.1.2
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 6c8305f

Please sign in to comment.