Use Go 1.15 (#277)

Update all CI checks and release process to use the latest patch version
of go1.15.
This commit is contained in:
Wade Simmons
2020-08-12 16:16:21 -04:00
committed by GitHub
parent 9b8b3c478b
commit 32fe9bfe75
4 changed files with 14 additions and 14 deletions

View File

@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
id: go
- name: Check out code into the Go module directory