File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
strategy :
10
10
matrix :
11
- go-version : [1.12.x, 1.13 .x]
11
+ go-version : [1.16 .x]
12
12
13
13
steps :
14
14
- name : Install Go
19
19
uses : actions/checkout@v1
20
20
- name : Test
21
21
run : |
22
- export PATH=${PATH}:`go env GOPATH`/bin
23
22
go install github.com/magefile/mage
24
23
mage test
25
24
go-mod-tidy :
@@ -29,11 +28,10 @@ jobs:
29
28
- name : Install Go
30
29
uses : actions/setup-go@v2
31
30
with :
32
- go-version : 1.14 .x
31
+ go-version : 1.16 .x
33
32
- name : Check out code into the Go module directory
34
33
uses : actions/checkout@v1
35
34
- name : Tidy check
36
35
run : |
37
- export PATH=${PATH}:`go env GOPATH`/bin
38
36
go install github.com/magefile/mage
39
37
mage gomodtidy
Original file line number Diff line number Diff line change 1
1
module github.com/aevea/git/v2
2
2
3
- go 1.13
3
+ go 1.16
4
4
5
5
require (
6
6
github.com/aevea/magefiles v0.0.0-20200424121010-0004d5a7a2fe
You can’t perform that action at this time.
0 commit comments