Skip to content

Commit 4983266

Browse files
authored
Merge pull request #97 from kobayashi/test-go1.15
build with go1.15
2 parents 1bf1ed8 + 6c8305f commit 4983266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: ["1.13.x", "1.14.x"]
16+
go: ["1.13.x", "1.14.x", "1.15.x"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
2222
run: ./scripts/licensecheck.sh
2323

2424
- name: Go installation
25-
uses: actions/setup-go@v1.1.2
25+
uses: actions/setup-go@v2
2626
with:
2727
go-version: ${{ matrix.go }}
2828

0 commit comments

Comments
 (0)