File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 20
20
- 1.13.x
21
21
- 1.14.x
22
22
- 1.15.x
23
+ - 1.16.x
24
+ - 1.17.x
23
25
go-flags : [""]
24
26
os : [ubuntu-latest, macos-latest, windows-latest]
25
27
include :
50
52
- go-version : 1.15.x
51
53
os : windows-latest
52
54
go-flags : " -trimpath"
55
+ - go-version : 1.16.x
56
+ os : ubuntu-latest
57
+ go-flags : " -trimpath"
58
+ - go-version : 1.16.x
59
+ os : macos-latest
60
+ go-flags : " -trimpath"
61
+ - go-version : 1.16.x
62
+ os : windows-latest
63
+ go-flags : " -trimpath"
64
+ - go-version : 1.17.x
65
+ os : ubuntu-latest
66
+ go-flags : " -trimpath"
67
+ - go-version : 1.17.x
68
+ os : macos-latest
69
+ go-flags : " -trimpath"
70
+ - go-version : 1.17.x
71
+ os : windows-latest
72
+ go-flags : " -trimpath"
53
73
runs-on : ${{ matrix.os }}
54
74
steps :
55
75
- name : Install Go
64
84
env :
65
85
GOPATH : " ${{github.workspace}}"
66
86
GOFLAGS : ${{ matrix.go-flags }}
87
+ working-directory : " ${{github.workspace}}/src/github.com/${{github.repository}}"
67
88
run : go test ./...
You can’t perform that action at this time.
0 commit comments