diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-29 13:41:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 13:41:35 +0800 |
commit | cf216f12a1d02167f9cfce0521915aeb87e155bb (patch) | |
tree | 3f78eb7c931cebc2ee5834cb60a18214edab2c42 /.github | |
parent | a22fd019590eef02e1885cfdcc43fa126b56d97e (diff) |
github: add Go 1.15 to CI (#6294)
Diffstat (limited to '.github')
-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 8f703740..5cc9de2d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.14.x] + go-version: [1.14.x, 1.15.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: |