Skip to content

Commit

Permalink
fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Sep 2, 2020
1 parent 9581d77 commit 545b7d7
Showing 1 changed file with 29 additions and 30 deletions.
59 changes: 29 additions & 30 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- windows
- linux
goarch:
- amd64
- arm
- arm64
ldflags:
- -X main.version={{.Version}}
archives:
- replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{.Tag}}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

- env:
- CGO_ENABLED=0
goos:
- darwin
- windows
- linux
goarch:
- amd64
- arm
- arm64
ldflags:
- -X main.Version={{.Version}}

This comment has been minimized.

Copy link
@AbelAlejandro

AbelAlejandro Oct 31, 2022

@matryer The issue with the moq version is happening again due to this https://giters.com/matryer/moq/issues/143

This comment has been minimized.

Copy link
@breml

breml Oct 31, 2022

Contributor

Not true, see my comment in #182 (review)

archives:
- replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 545b7d7

Please sign in to comment.