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 2020 - 1.13.x
2121 - 1.14.x
2222 - 1.15.x
23+ - 1.16.x
24+ - 1.17.x
2325 go-flags : [""]
2426 os : [ubuntu-latest, macos-latest, windows-latest]
2527 include :
5052 - go-version : 1.15.x
5153 os : windows-latest
5254 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"
5373 runs-on : ${{ matrix.os }}
5474 steps :
5575 - name : Install Go
6484 env :
6585 GOPATH : " ${{github.workspace}}"
6686 GOFLAGS : ${{ matrix.go-flags }}
87+ working-directory : " ${{github.workspace}}/src/github.com/${{github.repository}}"
6788 run : go test ./...
You can’t perform that action at this time.
0 commit comments