-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all patch and minor
- Loading branch information
1 parent
ccd80af
commit 44b3d62
Showing
3 changed files
with
44 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ fmt: ## Format source code | |
|
||
.PHONY: lint | ||
lint: ## Run all lint related tests upon the codebase | ||
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run -v --fast | ||
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.2 run -v --fast | ||
|
||
.PHONY: test | ||
test: ## Run the tests against the codebase | ||
|
@@ -33,7 +33,7 @@ build: ## Build the binaries using local GOOS | |
.PHONY: release | ||
release: ## Build & release the binaries (stable) | ||
git tag -d edge | ||
go run github.com/goreleaser/goreleaser/[email protected].4 release --clean | ||
go run github.com/goreleaser/goreleaser/[email protected].8 release --clean | ||
|
||
.PHONY: prerelease | ||
prerelease: ## Build & prerelease the binaries (edge) | ||
|
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