Skip to content

Commit 9254734

Browse files
authored
Update ci.yml
1 parent dd7b772 commit 9254734

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test-build:
55
strategy:
66
matrix:
7-
go-version: [1.15.x, 1.14.x, 1.13.x, 1.12.x, 1.11.x]
7+
go-version: [1.16.x, 1.15.x, 1.14.x, 1.13.x, 1.12.x, 1.11.x]
88
os: [ubuntu-20.04, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -22,4 +22,4 @@ jobs:
2222
run: go build
2323
- name: Build cmd
2424
run: go build
25-
working-directory: ./cmd/gotail
25+
working-directory: ./cmd/gotail

0 commit comments

Comments
 (0)