Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm authored Mar 6, 2021
1 parent dd7b772 commit 9254734
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 @@ -4,7 +4,7 @@ jobs:
test-build:
strategy:
matrix:
go-version: [1.15.x, 1.14.x, 1.13.x, 1.12.x, 1.11.x]
go-version: [1.16.x, 1.15.x, 1.14.x, 1.13.x, 1.12.x, 1.11.x]
os: [ubuntu-20.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,4 +22,4 @@ jobs:
run: go build
- name: Build cmd
run: go build
working-directory: ./cmd/gotail
working-directory: ./cmd/gotail

0 comments on commit 9254734

Please sign in to comment.