Skip to content

Commit

Permalink
[TT-1218] bump tools versions (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jun 12, 2024
1 parent 5607dff commit 555a60a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/ecrimagefetcher/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/smartcontractkit/chainlink-testing-framework/tools/latestecrimages
module github.com/smartcontractkit/chainlink-testing-framework/tools/ecrimagefetcher

go 1.21.7

Expand Down
4 changes: 2 additions & 2 deletions tools/ecrimagefetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "latestecrimages",
"name": "ecrimagefetcher",
"description": "Tool that fetches latest ECR images for a given repository",
"version": "1.0.0"
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion tools/testlistgenerator/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/smartcontractkit/chainlink-testing-framework/tools/ecrimagefetcher
module github.com/smartcontractkit/chainlink-testing-framework/tools/testlistgenerator

go 1.21.7

Expand Down
4 changes: 2 additions & 2 deletions tools/testlistgenerator/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ecrimagefetcher",
"name": "testlistgenerator",
"description": "Tool to generate a JSON list of tests",
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit 555a60a

Please sign in to comment.