Bump Go to 1.15 for CI builds

This commit is contained in:
Bernhard Froehlich
2021-02-17 19:31:36 +00:00
parent 42f5c68f0b
commit 822dbbce7d

View File

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