File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
test :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.13 .x, 1.14 .x]
7
+ go-version : [1.14 .x, 1.15 .x]
8
8
os : [ubuntu-latest, macos-latest, windows-latest]
9
9
runs-on : ${{ matrix.os }}
10
10
steps :
26
26
- name : Install Go
27
27
uses : actions/setup-go@v2
28
28
with :
29
- go-version : 1.14 .x
29
+ go-version : 1.15 .x
30
30
- name : Checkout code
31
31
uses : actions/checkout@v2
32
32
with :
Original file line number Diff line number Diff line change 13
13
test :
14
14
strategy :
15
15
matrix :
16
- go-version : [1.13 .x, 1.14 .x]
16
+ go-version : [1.14 .x, 1.15 .x]
17
17
os : [ubuntu-latest, macos-latest, windows-latest]
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
Original file line number Diff line number Diff line change 1
1
module dummy.module/actions
2
2
3
- go 1.13
3
+ go 1.14
You can’t perform that action at this time.
0 commit comments