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

Commit 4609f70

Browse files
committed
Fix Go images and goreleaser config
1 parent e27531a commit 4609f70

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
arch:
3131
type: string
3232
docker:
33-
- image: circleci/golang:1.18
33+
- image: cimg/go:1.18
3434
steps:
3535
- checkout
3636
- run: GOOS=<< parameters.os >> GOARCH=<< parameters.arch >> go build ./cmd/secrethub
3737
test:
3838
docker:
39-
- image: circleci/golang:1.18
39+
- image: cimg/go:1.18
4040
steps:
4141
- checkout
4242
- restore_cache:

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ brews:
6060
- name: secrethub-cli
6161
ids:
6262
- default
63-
github:
63+
tap:
6464
owner: secrethub
6565
name: homebrew-tools
6666
folder: Formula

0 commit comments

Comments
 (0)