We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89af5d commit 7072b02Copy full SHA for 7072b02
.github/workflows/go.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
12
steps:
13
- - name: Set up Go 1.14
+ - name: Set up Go 1.15
14
uses: actions/setup-go@v1
15
with:
16
- go-version: 1.14
+ go-version: 1.15
17
id: go
18
19
- name: Check out code into the Go module directory
.travis.yml
@@ -9,7 +9,8 @@ go:
9
# - 1.11.x
# - 1.12.x
# - 1.13.x
- - 1.14.x
+ # - 1.14.x
+ - 1.15.x
# - tip
install:
0 commit comments