-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade go to 1.23 Signed-off-by: thepetk <[email protected]> * Fix linting tool Signed-off-by: thepetk <[email protected]> * Update gosec Signed-off-by: thepetk <[email protected]> * Update upload-artifact Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
- Loading branch information
Showing
6 changed files
with
13 additions
and
14 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ check_registry: ## Run registry checks | |
|
||
.PHONY: gosec_install | ||
gosec_install: ## Install gosec utility | ||
go install github.com/securego/gosec/v2/cmd/gosec@v2.14.0 | ||
go install github.com/securego/gosec/v2/cmd/gosec@v2.22.0 | ||
|
||
.PHONY: gosec | ||
gosec: ## Run go security checks | ||
|
@@ -40,5 +40,4 @@ lint: ## Run golangci-lint linter tool | |
|
||
.PHONY: lint_install | ||
lint_install: ## Install golangci-lint linter tool | ||
@# TODO(rm3l): recent versions of golangci-lint require Go >= 1.20. Update when we start using Go 1.20+ | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] |
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/devfile/alizer | ||
|
||
go 1.21 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/go-git/go-git/v5 v5.13.1 | ||
|
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
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