Skip to content

Commit 7e87f6f

Browse files
author
Chris Gilmer
authored
Merge pull request #76 from trussworks/cg_update_goreleaser
Update goreleaser in docker image and goreleaser yaml file
2 parents 8676f3b + a4ea182 commit 7e87f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
references:
4-
circleci-docker-primary: &circleci-docker-primary trussworks/circleci-docker-primary:a232f2f06cd9c7220ffb3897f1bb050b55751b6f
4+
circleci-docker-primary: &circleci-docker-primary trussworks/circleci-docker-primary:27ce46fbf2088bd960cf75610908a7990514f84b
55

66
jobs:
77
test:

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ builds:
1212
main: ./cmd/
1313
brews:
1414
- description: "A tool that creates a virtual MFA device and rotates access keys for a new AWS user."
15-
github:
15+
tap:
1616
owner: trussworks
1717
name: homebrew-tap
1818
homepage: "https://github.com/trussworks/setup-new-aws-user"

0 commit comments

Comments
 (0)