diff options
author | 2020-08-11 21:17:55 -0700 | |
---|---|---|
committer | 2020-08-11 21:24:43 -0700 | |
commit | e95c6ce8f413546a80ce98b0dada70c2b9baea45 (patch) | |
tree | c54ed64ea3e36546b1f5c52ea8b681b35d41860a | |
parent | c1e378327239b54c9949aec0946759bae4b6018a (diff) | |
download | v2-e95c6ce8f413546a80ce98b0dada70c2b9baea45.tar.gz v2-e95c6ce8f413546a80ce98b0dada70c2b9baea45.tar.zst v2-e95c6ce8f413546a80ce98b0dada70c2b9baea45.zip |
Upgrade CI checks to Go 1.15
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5af7412..eea73891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.14 + go-version: 1.15 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout @@ -42,7 +42,7 @@ jobs: max-parallel: 4 matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - go-version: [1.11, 1.12, 1.13, 1.14] + go-version: [1.14, 1.15] steps: - name: Set up Go uses: actions/setup-go@v1 @@ -76,7 +76,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.14 + go-version: 1.15 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout |