Bump to Go 1.15

This commit is contained in:
Paul Tyng
2020-08-27 21:54:43 -04:00
parent 83c81902e1
commit a0ac28ecfb
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.2
with:
go-version: 1.14
go-version: '1.15'
id: go
- name: Check out code into the Go module directory
@@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.2
with:
go-version: 1.14
go-version: '1.15'
id: go
- name: Check out code into the Go module directory