diff options
author | mattn <mattn.jp@gmail.com> | 2021-10-26 09:38:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 09:38:41 +0900 |
commit | bb15a32a4f5fb1ef12c3eea9f3feaeaf3f392358 (patch) | |
tree | 5a8044ff0fb8044653cb432f928218d5c6adf5b4 | |
parent | Adds CIFuzz for fuzzing as continuous integration (#919) (diff) | |
download | golite-bb15a32a4f5fb1ef12c3eea9f3feaeaf3f392358.tar.gz golite-bb15a32a4f5fb1ef12c3eea9f3feaeaf3f392358.tar.xz |
Drop old versions (#979)
-rw-r--r-- | .github/workflows/go.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 42ed38b..8bfab78 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', '1.17'] + go: ['1.15', '1.16', '1.17'] fail-fast: false env: OS: ${{ matrix.os }} |