Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

circleci image upgrade #208

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
jobs:
build-and-test:
docker:
- image: circleci/golang:1.15
- image: cimg/go:1.15

working_directory: /go/src/github.com/BoltApp/sleet

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- "/go/pkg"
release-github:
docker:
- image: circleci/golang:1.13
- image: cimg/go:1.13
steps:
- swissknife/publish_github_release:
tag: v1.1.$CIRCLE_BUILD_NUM
Expand Down