File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- go : ["1.15 .x", "1.17 .x"]
16+ go : ["1.17 .x", "1.18 .x"]
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1- .DS_Store
2- .gobincache /
1+ .DS_Store
2+ .gobincache /
3+
Original file line number Diff line number Diff line change 11deps :
22 go mod download
3- GO111MODULE=off go get -u github.com/myitcv/gobin
3+ go install github.com/go-swagger/go-swagger/cmd/swagger@latest
44
55generate : deps
6- gobin -m -run github.com/go-swagger/go-swagger/cmd/swagger generate client --copyright-file=copyright_header.txt
6+ swagger generate client --target=./netbox --copyright-file=copyright_header.txt
77
88clean :
99 rm -rf netbox/client netbox/models
Original file line number Diff line number Diff line change 11module github.com/netbox-community/go-netbox
22
3- go 1.16
3+ go 1.18
44
55require (
66 github.com/go-openapi/errors v0.20.1
You can’t perform that action at this time.
0 commit comments