Skip to content

Commit

Permalink
Use Dockerfile to retrieve Rufio Go version (#3899)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Oct 12, 2024
1 parent f9c2669 commit dddcb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/version-tracker/pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ var (
GoVersionSearchString: `GO_VERSION: "(1\.\d\d)"`,
},
"tinkerbell/rufio": {
SourceOfTruthFile: ".github/workflows/ci.yaml",
GoVersionSearchString: `GO_VERSION: '(1\.\d\d)'`,
SourceOfTruthFile: "Dockerfile",
GoVersionSearchString: `golang:(1\.\d\d)`,
},
"tinkerbell/hook": {
SourceOfTruthFile: "images/hook-bootkit/Dockerfile",
Expand Down

0 comments on commit dddcb2d

Please sign in to comment.