Skip to content

Commit

Permalink
Add Go 1.16.x to the testing matrix. (digitalocean#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Feb 22, 2021
1 parent 76a837d commit c3fc90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.12.x, 1.13.x, 1.14.x, 1.15.x ]
go-version: [ 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Format
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
if: matrix.os == 'ubuntu-latest'
- name: Test
Expand Down

0 comments on commit c3fc90e

Please sign in to comment.