File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4040
4141 - name : Run tests
4242 run : go test -race -covermode=atomic -coverpkg=./metadata/... -coverprofile=coverage.out ./...
43+ env :
44+ GODEBUG : rsa1024min=0
4345
4446 - name : Send coverage
4547 uses : codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ build-%:
4646# Test target
4747.PHONY : test
4848test :
49- go test -race -covermode atomic ./...
49+ GODEBUG=rsa1024min=0 go test -race -covermode atomic ./...
5050
5151# ####################
5252# lint section
Original file line number Diff line number Diff line change 11module github.com/theupdateframework/go-tuf/v2
22
3- go 1.23.0
3+ go 1.24.9
44
55require (
66 github.com/cenkalti/backoff/v5 v5.0.3
You can’t perform that action at this time.
0 commit comments