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

Commit

Permalink
circleci image upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcooper46 committed Feb 17, 2022
1 parent 4f00b32 commit 94e66e7
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -36,7 +36,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

0 comments on commit 94e66e7

Please sign in to comment.