1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00

docs: fix typo

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-04-19 09:32:45 -03:00
parent f61d8c820c
commit f5ee9d12a8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -15,7 +15,7 @@ Configuration options available are described bellow.
gomod:
# Proxy a module from proxy.golang.org, making the builds verifiable.
# This will only be effective if running against a tag. Snapshots will ignore this setting.
# Notice: for this to work you `build.main` must be a package, not a `.go` file.
# Notice: for this to work your `build.main` must be a package, not a `.go` file.
#
# Default is false.
proxy: true