|
|
@@ -35,10 +35,10 @@ jobs:
|
|
|
needs: check-optional-tests
|
|
|
if: github.ref == 'refs/heads/main' || needs.check-optional-tests.outputs.trigger-aci == 'true'
|
|
|
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: Checkout code into the Go module directory
|
|
|
@@ -67,10 +67,10 @@ jobs:
|
|
|
needs: check-optional-tests
|
|
|
if: github.ref == 'refs/heads/main' || needs.check-optional-tests.outputs.trigger-windows == 'true'
|
|
|
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: Checkout code into the Go module directory
|