Skip to content

Commit

Permalink
Move to cimg/go
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Dec 20, 2021
1 parent e15ca30 commit 5e532b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugin-ci/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ orbs:
executors:
default:
docker:
- image: circleci/golang:1.16.0-node
- image: cimg/go:1.16.10-node

commands:
deploy:
Expand All @@ -33,10 +33,10 @@ commands:
default: 1.31.0
gobin:
type: string
default: /go/bin
default: $GOPATH/bin
prefix:
type: string
default: v1
default: v2
description: Prefix for cache key to store the binary.
steps:
- restore_cache:
Expand All @@ -57,10 +57,10 @@ commands:
aliases:
- &restore_cache
restore_cache:
key: go-mod-v1-{{ checksum "go.sum" }}
key: go-mod-v2-{{ checksum "go.sum" }}
- &save_cache
save_cache:
key: go-mod-v1-{{ checksum "go.sum" }}
key: go-mod-v2-{{ checksum "go.sum" }}
paths:
- "/go/pkg/mod"

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

deploy-ci:
docker:
- image: circleci/python:2.7
- image: cimg/python:2.7
steps:
- attach_workspace:
at: dist
Expand All @@ -148,7 +148,7 @@ jobs:

deploy-release:
docker:
- image: circleci/python:2.7
- image: cimg/python:2.7
steps:
- attach_workspace:
at: dist
Expand Down

0 comments on commit 5e532b9

Please sign in to comment.