mirror of
https://github.com/charmbracelet/glow
synced 2024-12-13 21:52:37 +00:00
Test against Go 1.14
This commit is contained in:
parent
e4263b1286
commit
0483c3d42a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.11.x, 1.12.x, 1.13.x]
|
||||
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
env:
|
||||
|
@ -35,4 +35,4 @@ jobs:
|
|||
go test -race -covermode atomic -coverprofile=profile.cov ./...
|
||||
GO111MODULE=off go get github.com/mattn/goveralls
|
||||
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
|
||||
if: matrix.go-version == '1.13.x' && matrix.platform == 'ubuntu-latest'
|
||||
if: matrix.go-version == '1.14.x' && matrix.platform == 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in a new issue