Skip to content

Commit

Permalink
Try to fix circleci
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
  • Loading branch information
kakkoyun committed Mar 17, 2022
1 parent 443e5b4 commit bdec16f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
@@ -1,6 +1,6 @@
version: 2.1
orbs:
go: circleci/go@0.2.0
go: circleci/go@1.7.1
prometheus: prometheus/prometheus@0.16.0
jobs:
test:
Expand All @@ -17,8 +17,8 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
working_directory: /go/src/github.com/prometheus/client_golang
- image: cimg/go:<< parameters.go_version >>
# working_directory: /go/src/github.com/prometheus/client_golang
steps:
- checkout
- when:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
# golangci-lint is not read for Go 1.18 (https://github.com/golangci/golangci-lint/issues/2649)
go-version: 1.17.x
- name: Lint
uses: golangci/golangci-lint-action@v3.1.0
with:
Expand Down

0 comments on commit bdec16f

Please sign in to comment.