File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- go : ["1.15 .x", "1.17 .x"]
16
+ go : ["1.17 .x", "1.18 .x"]
17
17
steps :
18
18
- name : Checkout
19
19
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 1
1
deps :
2
2
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
4
4
5
5
generate : 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
7
7
8
8
clean :
9
9
rm -rf netbox/client netbox/models
Original file line number Diff line number Diff line change 1
1
module github.com/netbox-community/go-netbox
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/go-openapi/errors v0.20.1
You can’t perform that action at this time.
0 commit comments