Bump Go to 1.15 (#2974)

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
Gábor Lipták
2020-10-13 12:42:06 -07:00
committed by GitHub
parent 35d25c81ec
commit 3fb57c6b2e
5 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
id: go
- name: Check out code into the Go module directory