diff options
author | Harry <harrybagdi@gmail.com> | 2021-10-25 08:05:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 00:05:59 +0900 |
commit | 1cdbb70da15681dc384631edde7fe340802823e2 (patch) | |
tree | 8d1e2590816da4bddce88b9354e86a04fcf62a2f | |
parent | Fix typo in README.md (#939) (diff) | |
download | golite-1cdbb70da15681dc384631edde7fe340802823e2.tar.gz golite-1cdbb70da15681dc384631edde7fe340802823e2.tar.xz |
run tests against Go 1.16 (#967)
-rw-r--r-- | .github/workflows/go.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 3b6622b..20d7c65 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'] + go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16'] fail-fast: false env: OS: ${{ matrix.os }} @@ -64,7 +64,7 @@ jobs: strategy: matrix: - go: ['1.12.17', '1.13.15', '1.14.7', '1.15'] + go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16'] fail-fast: false env: OS: windows-latest |