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 6969 - name : Run tests and generate coverage report
7070 run : make build/cover.out
7171 - name : Archive code coverage results
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 with :
7474 name : code-coverage
7575 path : build/cover.out
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/klauspost/compress v1.18.1
1111 github.com/majewsky/schwift/v2 v2.0.0
1212 github.com/sapcc/go-api-declarations v1.17.4
13- github.com/sapcc/go-bits v0.0.0-20251023170348-b4bcd3ab3925
13+ github.com/sapcc/go-bits v0.0.0-20251103102353-294e1c42cb0c
1414 github.com/ulikunitz/xz v0.5.15
1515 go.uber.org/automaxprocs v1.6.0
1616 golang.org/x/crypto v0.43.0
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4
3030github.com/prashantv/gostub v1.1.0 /go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U =
3131github.com/sapcc/go-api-declarations v1.17.4 h1:F4smuE9x1NJ/7NAdytJ1wekeXT3QeRaYu3L/HyWKqqo =
3232github.com/sapcc/go-api-declarations v1.17.4 /go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg =
33- github.com/sapcc/go-bits v0.0.0-20251023170348-b4bcd3ab3925 h1:SB5ySjieq4WKN5HiZAysOWqjm3dqaMM/aocNJ0Kxt1w =
34- github.com/sapcc/go-bits v0.0.0-20251023170348-b4bcd3ab3925 /go.mod h1:NBw3A0I60Y6dntj1oMMuU0GHxApVP14A/2Srgj5h3gE =
33+ github.com/sapcc/go-bits v0.0.0-20251103102353-294e1c42cb0c h1:UoF9jd5KpjNxkJHwl6N+jGkqTK1YPESbSXdA5l0FAzY =
34+ github.com/sapcc/go-bits v0.0.0-20251103102353-294e1c42cb0c /go.mod h1:DMge7GidLysrU9IfPsWQNbIi6OvesTvj1hDXlTXEI+g =
3535github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw =
3636github.com/sergi/go-diff v1.4.0 /go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4 =
3737github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY =
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ github.com/majewsky/schwift/v2/internal/errext
4545# github.com/sapcc/go-api-declarations v1.17.4
4646## explicit; go 1.24
4747github.com/sapcc/go-api-declarations/bininfo
48- # github.com/sapcc/go-bits v0.0.0-20251023170348-b4bcd3ab3925
48+ # github.com/sapcc/go-bits v0.0.0-20251103102353-294e1c42cb0c
4949## explicit; go 1.25
5050github.com/sapcc/go-bits/errext
5151github.com/sapcc/go-bits/httpext
You can’t perform that action at this time.
0 commit comments