File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 ],
1313 "commitMessageAction" : " Renovate: Update" ,
1414 "constraints" : {
15- "go" : " 1.24 "
15+ "go" : " 1.26 "
1616 },
1717 "dependencyDashboardOSVVulnerabilitySummary" : " all" ,
1818 "osvVulnerabilityAlerts" : true ,
Original file line number Diff line number Diff line change 6767 - name : Run tests and generate coverage report
6868 run : make build/cover.out
6969 - name : Archive code coverage results
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : code-coverage
7373 path : build/cover.out
Original file line number Diff line number Diff line change 55require (
66 github.com/gophercloud/gophercloud/v2 v2.11.0
77 github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711
8- github.com/sapcc/go-api-declarations v1.19.0
8+ github.com/sapcc/go-api-declarations v1.20.2
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-20260107124036-1d7954eb9711 h1:LgYkb/jttJ
66github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711 /go.mod h1:X6Plvu4Iot+ebr3g7tmw439sin+eGzDbO3tdjUOOP2I =
77github.com/majewsky/gg v1.5.0 h1:b4LNLhfbjHgMEjIrBgMiLz2BO73yDsVC84O7h31K+R4 =
88github.com/majewsky/gg v1.5.0 /go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg =
9- github.com/sapcc/go-api-declarations v1.19.0 h1:AdCHBhoDGC1REMJF6Rc/XLIcf4qMqjUXs5WLq83HImM =
10- github.com/sapcc/go-api-declarations v1.19.0 /go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc =
9+ github.com/sapcc/go-api-declarations v1.20.2 h1:GWqv8VgsF4k9id6N051AVTaEpcjT02APsOuz2yCvTPQ =
10+ github.com/sapcc/go-api-declarations v1.20.2 /go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc =
1111golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
1212golang.org/x/sys v0.35.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
1313golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng =
You can’t perform that action at this time.
0 commit comments