Skip to content

Commit

Permalink
golangci: v1.52.0
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Mar 20, 2023
1 parent 4923b5b commit 6fc0f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/Makefile/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gosec: ## Golang security checker
@docker run --rm -it -v $(pwd):/app -w /app/ securego/gosec:latest /app/...

golint: ## Linter for golang
@docker run --rm -it -v $(pwd):/app -w /app/ golangci/golangci-lint:v1.51.2-alpine golangci-lint run ./...
@docker run --rm -it -v $(pwd):/app -w /app/ golangci/golangci-lint:v1.52.0-alpine golangci-lint run ./...

test: ## Run all unit test
export CGO_ENABLED=1
Expand Down
2 changes: 1 addition & 1 deletion ops/gitlab/pipelines/test/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ golint:
- .go-cache
- .job_teplate_go
image:
name: golangci/golangci-lint:v1.51.2-alpine
name: golangci/golangci-lint:v1.52.0-alpine
entrypoint: [""]
before_script:
- mkdir -p .go
Expand Down

0 comments on commit 6fc0f46

Please sign in to comment.