Skip to content

Commit

Permalink
Upgrade go orb
Browse files Browse the repository at this point in the history
Change convinient image base

Signed-off-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
kakkoyun committed Mar 17, 2022
1 parent 294c72f commit 2c8e26a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 2.1

orbs:
go: circleci/go@0.2.0
go: circleci/go@1.7.1

jobs:
test:
Expand All @@ -13,8 +13,7 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
working_directory: /go/src/github.com/prometheus/common
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
Expand All @@ -39,8 +38,7 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
working_directory: /go/src/github.com/prometheus/common/assets
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
Expand All @@ -64,8 +62,7 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
working_directory: /go/src/github.com/prometheus/common
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
Expand Down

0 comments on commit 2c8e26a

Please sign in to comment.