Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
use new build image
Browse files Browse the repository at this point in the history
  • Loading branch information
sampointer committed Sep 1, 2020
1 parent 0e879f9 commit 193c43b
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 @@ -18,13 +18,13 @@ workflows:
jobs:
release:
docker:
- image: circleci/golang:1.15
- image: cimg/go:1.15
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
build:
docker:
- image: circleci/golang:1.15
- image: cimg/go:1.15
steps:
- checkout
- run: go test ./...
Expand Down

0 comments on commit 193c43b

Please sign in to comment.