File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.15 .x, 1.16 .x]
7
+ go-version : [1.16 .x, 1.17 .x]
8
8
os : [ubuntu-latest, macos-latest, windows-latest]
9
9
runs-on : ${{ matrix.os }}
10
10
steps :
23
23
- name : Install Go
24
24
uses : actions/setup-go@v2
25
25
with :
26
- go-version : 1.16 .x
26
+ go-version : 1.17 .x
27
27
- name : Checkout code
28
28
uses : actions/checkout@v2
29
29
- uses : actions/cache@v2
Original file line number Diff line number Diff line change 13
13
test :
14
14
strategy :
15
15
matrix :
16
- go-version : [1.15 .x, 1.16 .x]
16
+ go-version : [1.16 .x, 1.17 .x]
17
17
os : [ubuntu-latest, macos-latest, windows-latest]
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
@@ -42,8 +42,8 @@ repository's code.
42
42
43
43
# ### What about module support?
44
44
45
- If your repository contains a `go.mod` file, Go 1.12 and later will already use
46
- module mode by default. To turn it on explicitly, set `GO111MODULE=on` .
45
+ Go 1.16 and later will already use module mode by default.
46
+ Go 1.12 and later do the same if a `go.mod` file is present .
47
47
48
48
# ### How do I set environment variables?
49
49
You can’t perform that action at this time.
0 commit comments