-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: install golangci-lint version from tools/go.mod
And "version" the binary so we *ensure* that it doesn't execute an older version of `golangci-lint` when we update the dependency. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
- Loading branch information
1 parent
9bdb19a
commit 3ca7423
Showing
3 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/tektoncd/pipeline/tools | ||
|
||
go 1.18 | ||
go 1.22 | ||
|
||
require github.com/golangci/golangci-lint v1.59.1 | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.