Pump version of go in gitflow

This commit is contained in:
Daniel Valdivia
2020-04-01 18:57:44 -07:00
parent c6c8f7f321
commit f4eb25ce33

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.14.x]
os: [ubuntu-latest]
steps:
- name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
@@ -35,4 +35,6 @@ jobs:
$(go env GOPATH)/bin/golangci-lint run --timeout=5m --config ./.golangci.yml
go mod vendor
go test -v -race ./...
pwd
ls
make mcs