Skip to content

Commit

Permalink
.circleci: Update go orb
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
mrueg committed Apr 13, 2022
1 parent d3d4b1c commit 2738c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
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,7 +13,7 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
Expand All @@ -38,7 +38,7 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
Expand Down

0 comments on commit 2738c4f

Please sign in to comment.