diff options
author | Joe Chen <jc@unknwon.io> | 2022-03-16 02:04:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 02:04:27 +0800 |
commit | 3539de754d935a0ff3c65b03f90c48c9bac5b4cd (patch) | |
tree | 6451eb8a454c7ad565bcf7a30fb99bc7e3a48345 | |
parent | 1791665f744b4fccf263b182e5f0fa2f2a195610 (diff) |
ci: delete Go 1.15 and add Go 1.18 (#6847)
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4490ac84..9da0bfff 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -54,7 +54,7 @@ jobs: name: Test strategy: matrix: - go-version: [ 1.15.x, 1.16.x, 1.17.x ] + go-version: [ 1.16.x, 1.17.x, 1.18.x ] platform: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.platform }} steps: |