Bump CI to Go 1.15 (#266)

This commit is contained in:
Gábor Lipták
2020-09-25 16:25:03 -04:00
committed by GitHub
parent 8c8aeada3d
commit a8a63da51c

View File

@@ -11,7 +11,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
- name: Ensure gofmt
run: test -z "$(gofmt -s -d .)"
- name: Ensure go.mod is already tidied