Skip to content

Commit

Permalink
bump linter
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Dec 19, 2022
1 parent 55638b1 commit 6954f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

lint:
docker:
- image: golangci/golangci-lint:v1.46.2
- image: golangci/golangci-lint:v1.50.1
steps:
- checkout
- run:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
fi
- when:
condition:
equal: [ main, << pipeline.git.branch >> ]
equal: [main, << pipeline.git.branch >>]
steps:
- run:
name: Push application Docker image to docker hub
Expand Down

0 comments on commit 6954f03

Please sign in to comment.