Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jan 9, 2023
1 parent 4cdaf58 commit 5abb7ba
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 @@ -4,7 +4,7 @@ orbs:
executors:
golang:
docker:
- image: circleci/golang:1.13
- image: cimg/go:1.18.8
resource_class: medium
jobs:
test:
Expand All @@ -31,7 +31,7 @@ jobs:
- go/mod-download
- go/install-golangci-lint:
gobin: $HOME/.local/bin
version: 1.23.8
version: 1.50.1
- run:
command: $HOME/.local/bin/golangci-lint run -v --concurrency 2
workflows:
Expand Down

0 comments on commit 5abb7ba

Please sign in to comment.