File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed
Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Check out code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 - name : Set up Go
2929 uses : actions/setup-go@v5
3030 with :
3434 uses : golangci/golangci-lint-action@v8
3535 with :
3636 version : latest
37+ - name : Delete pre-installed shellcheck
38+ run : sudo rm -f $(which shellcheck)
3739 - name : Run shellcheck
38- uses : ludeeus/action -shellcheck@2.0.0
40+ run : make run -shellcheck
3941 - name : Dependency Licenses Review
4042 run : make check-dependency-licenses
4143 - name : Check for spelling errors
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Check out code
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - name : Set up Go
3232 uses : actions/setup-go@v5
3333 with :
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Check out code
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 - name : Set up Go
4545 uses : actions/setup-go@v5
4646 with :
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Check out code
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - name : Set up Go
3232 uses : actions/setup-go@v5
3333 with :
Original file line number Diff line number Diff line change 55require (
66 github.com/gophercloud/gophercloud/v2 v2.7.0
77 github.com/gophercloud/utils/v2 v2.0.0-20250711132455-9770683b100a
8- github.com/sapcc/go-api-declarations v1.17.2
8+ github.com/sapcc/go-api-declarations v1.17.3
99)
1010
1111require (
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/gophercloud/utils/v2 v2.0.0-20250711132455-9770683b100a h1:erVLycqmez
66github.com/gophercloud/utils/v2 v2.0.0-20250711132455-9770683b100a /go.mod h1:1mckc18GQSFLRhDy2BjPGkkpbrjxY5iwX/oxpdTE2kw =
77github.com/majewsky/gg v1.1.0 h1:rvbQAUVJ8Q0RWZF26k3BxQBbQnRj3CdIN+Aaqu1qaJo =
88github.com/majewsky/gg v1.1.0 /go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg =
9- github.com/sapcc/go-api-declarations v1.17.2 h1:3y29kwKjaxYo816LCBGzvmPGknd7CLCzqd++QdBukJs =
10- github.com/sapcc/go-api-declarations v1.17.2 /go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg =
9+ github.com/sapcc/go-api-declarations v1.17.3 h1:ILRfsFD9ChSeekyzlDInLMqjC830gBcyK6ULlFdP45I =
10+ github.com/sapcc/go-api-declarations v1.17.3 /go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg =
1111golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
1212golang.org/x/sys v0.34.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
1313golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4 =
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ mkShell {
1212 go_1_24
1313 golangci-lint
1414 gotools # goimports
15+ reuse
1516 # keep this line if you use bash
1617 bashInteractive
1718 ] ;
You can’t perform that action at this time.
0 commit comments