Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/retest_periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v6
with:
go-version-file: go.mod
go-version-file: tools/retest/go.mod
cache-dependency-path: tools/retest/go.sum

- name: Retest
env:
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ require (
github.com/google/gnostic-models v0.7.1
github.com/google/go-cmp v0.7.0
github.com/google/go-containerregistry v0.20.7
github.com/google/go-github/v60 v60.0.0
github.com/google/uuid v1.6.0
github.com/googleapis/gax-go/v2 v2.18.0
github.com/gorilla/schema v1.4.1
Expand Down
2 changes: 0 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions tools/retest/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module github.com/stackrox/rox/tools/retest

go 1.25.0

require (
github.com/google/go-github/v60 v60.0.0
github.com/stretchr/testify v1.11.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
18 changes: 18 additions & 0 deletions tools/retest/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading