aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2021-10-26 00:06:23 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2021-10-26 00:06:23 +0900
commitab653675c9cf12b97efc0c9eb91332c544229337 (patch)
treeed34d24446fb657ffe99d220f01a0cb068826459
parentrun tests against Go 1.16 (#967) (diff)
downloadgolite-ab653675c9cf12b97efc0c9eb91332c544229337.tar.gz
golite-ab653675c9cf12b97efc0c9eb91332c544229337.tar.xz
Test on 1.17
-rw-r--r--.github/workflows/go.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml
index 20d7c65..42ed38b 100644
--- a/.github/workflows/go.yaml
+++ b/.github/workflows/go.yaml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
- go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16']
+ go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16', '1.17']
fail-fast: false
env:
OS: ${{ matrix.os }}