Carlos Alexandro Becker
a9efdcab4a
fix: handle build.main being a go file when using gomod.proxy ( #2173 )
...
* fix: handle build.main being a go file when using gomod.proxy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: guess pkg
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-04-19 11:54:55 +00:00
dependabot[bot]
271bd5a635
chore(deps): bump codecov/codecov-action from v1.3.2 to v1.4.0 ( #2175 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.3.2 to v1.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.3.2...0e28ff86a50029a44d10df6ed4c308711925a6a8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-19 08:24:19 -03:00
Tom Payne
e4e242f573
fix: ignore non-arm64/386 builds when building Scoop manifest ( #2172 )
2021-04-18 18:40:23 +00:00
dependabot[bot]
77101bea42
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.3.1 to 2.4.0 ( #2170 )
...
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/goreleaser/nfpm/releases )
- [Changelog](https://github.com/goreleaser/nfpm/blob/master/.goreleaser.yml )
- [Commits](https://github.com/goreleaser/nfpm/compare/v2.3.1...v2.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-16 09:50:21 -03:00
dependabot[bot]
df1ea4851a
chore(deps): bump actions/cache from v2.1.4 to v2.1.5 ( #2166 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-13 09:39:31 -03:00
Marc Auberer
30765a4511
docs: tune performance and theming of documentation ( #2164 )
...
* docs: tune performance and theming of documentation
* docs: enable auto-toggle based on user preference
2021-04-09 11:34:39 -03:00
dependabot[bot]
cf38e457d7
chore(deps): bump codecov/codecov-action from v1.3.1 to v1.3.2 ( #2158 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.3.1 to v1.3.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.3.1...9b0b9bbe2c64e9ed41413180dd7398450dfeee14 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 09:27:50 -03:00
Carlos Alexandro Becker
41356ea84d
docs: improve go mod proxy docs
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-04-05 11:43:17 -03:00
dependabot[bot]
324580c3d0
chore(deps): bump golangci/golangci-lint-action from v2 to v2.5.2 ( #2156 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from v2 to v2.5.2.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-05 08:34:50 -03:00
Carlos Alexandro Becker
50117da6b5
fix: not using go mods on go 1.15
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-04-03 16:48:11 -03:00
Carlos Alexandro Becker
f6b1d1563a
fix: checksum header ( #2154 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-04-01 09:03:11 -03:00
Carlos Alexandro Becker
6916e05f15
docs: clarify changelog sort
...
closes #2010
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-04-01 08:50:29 -03:00
Carlos Alexandro Becker
8306b946d3
feat: initial proxy build support ( #2129 )
...
* feat: allow to use ModulePath on templates
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* feat: initial proxy build support
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: build
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: main check
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: make it more flexible
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: small improvements
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: copy go.sum
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: root mod proxy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: snapshots
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: lint
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: proxy main pkg
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: environment variables
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: added some tests to go mod proxy feature
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: improve test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: linte
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: goreleaser.yml
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: simplify tests
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: test build
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: revert unwanted changes
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: allow to run when no mod.suym
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: example
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: not a go module on go 1.15
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: improve docs as per comments
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-30 21:06:25 -03:00
Carlos Alexandro Becker
90f2ba6925
fix: not a go module on go 1.15
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-30 20:07:58 -03:00
Carlos Alexandro Becker
008bd866a9
chore(deps): update go-gitlab to v0.48.0
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-30 11:08:53 -03:00
Diep Pham
b291f946d2
fix: update go-gitlab to fix upload file issue ( #2145 )
...
Gitlab.com has some changed (bug?) recently that returns 500 internal server error if the filename contains "/".
Update go-gitlab dependency to get the workaround from upstream: https://github.com/xanzy/go-gitlab/pull/1113 .
2021-03-29 08:23:45 -03:00
Carlos Alexandro Becker
aae0d53ac6
fix: build windows/arm ( #2144 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-28 12:18:40 -03:00
Carlos Alexandro Becker
00bf745534
docs: improve warning
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-24 23:26:14 -03:00
Carlos Alexandro Becker
be4049e6d8
fix: move shallow clone error to warning
...
refs #2141 #2134
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-24 23:17:40 -03:00
Carlos Alexandro Becker
d04a7dad19
feat: fail on shallow clone ( #2135 )
...
* feat: fail on shallow clone
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: typo
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-24 08:55:13 -03:00
Carlos Alexandro Becker
9c66827d94
fix: check main error message
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-23 15:52:11 -03:00
leonwright
291e497cbc
docs: added documentation for post_install step in homebrew section ( #2138 )
2021-03-23 11:50:12 -03:00
Carlos Alexandro Becker
cb77d654a0
docs: install options
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-23 09:46:11 -03:00
Carlos Alexandro Becker
64ca73637a
fix: lint issues
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-23 09:29:06 -03:00
dependabot[bot]
b35c092cb4
chore(deps): bump code.gitea.io/sdk/gitea from 0.13.2 to 0.14.0 ( #2136 )
...
Bumps code.gitea.io/sdk/gitea from 0.13.2 to 0.14.0.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-23 12:28:30 +00:00
Carlos Alexandro Becker
251e4486ed
fix: wrong docker manifest on latest ( #2130 )
...
* fix: wrong docker manifest on latest
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: do not fail on missing manifest
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: simplify code a bit
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: existing manifest
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: lint
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-22 23:26:26 -03:00
Carlos Alexandro Becker
7378edc708
feat: allow to use ModulePath on templates ( #2128 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-22 08:55:01 -03:00
Carlos Alexandro Becker
a62c6792e0
docs: link to personal access token docs
...
closes https://github.com/goreleaser/goreleaser/issues/2026
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-22 08:52:26 -03:00
Carlos Alexandro Becker
740ab6f2bd
fix: remove replace
...
closes #2080
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-22 08:45:18 -03:00
Carlos Alexandro Becker
9f8750dcd2
fix: default gomips ( #2124 )
...
* fix: default gomips
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-20 15:17:19 -03:00
Carlos Alexandro Becker
12c7d38eb9
fix: properly translate mips arch ( #2126 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-20 15:16:26 -03:00
Dinar Valeev
57a69dbe47
fix: docker manifest on draft release ( #2119 )
...
docker manifests exepcted to be pushed on draft.
- add test for such case
Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-19 13:24:50 +00:00
Ted Tramonte
0e689b414a
docs: expand GitLab CI examples ( #2122 )
...
Docker-in-Docker is overkill for simple binary and archive release purposes. This change adds an example `.gitlab-ci.yml` and some additional explanation on the general GitLab CI process.
2021-03-19 08:54:34 -03:00
Kumbirai Tanekha
28c7a1236b
docs: fix typo in templates.md ( #2123 )
2021-03-19 08:50:12 -03:00
Carlos Alexandro Becker
2aefd2fc64
fix(ci): snap tests ( #2117 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-19 08:48:37 -03:00
dependabot[bot]
9d2da0799a
chore(deps): bump github.com/xanzy/go-gitlab from 0.46.0 to 0.47.0 ( #2103 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.46.0 to 0.47.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.46.0...v0.47.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 14:04:39 +00:00
dependabot[bot]
72a5feb117
chore(deps): bump codecov/codecov-action from v1.2.2 to v1.3.1 ( #2118 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.2 to v1.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.2...fcebab03f26c7530a22baa63f06b3e0515f0c7cd )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 09:57:52 -03:00
Kumbirai Tanekha
e0c3abae2e
feat: Add trimprefix function to template package ( #2116 )
...
This allows templates to trim prefixes. Particularly useful for removing the v prefix from versions
2021-03-17 14:19:32 -03:00
dependabot[bot]
f87eeac346
chore(deps): bump codecov/codecov-action from v1.2.1 to v1.2.2 ( #2100 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.1 to v1.2.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.1...1f8f3abcccf7960749744fd13547965f0e7d1bdd )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-03-17 10:22:13 -03:00
Peer Xu
c539ee0212
feat: support snapcraft layout ( #2112 )
...
* feat: add layout field to snapcraft pipe
* refactor: change bind-file to bind_file for snap description
* doc: update snapcraft layout document
2021-03-17 10:18:56 -03:00
Jonas Plum
fe566ee67c
docs: Add info on skip_upload to scoop ( #2110 )
...
* Add skip_upload info to scoop
* Update scoop.md
2021-03-15 12:19:09 +00:00
dependabot[bot]
101ae31120
chore(deps): bump github.com/imdario/mergo from 0.3.11 to 0.3.12 ( #2101 )
...
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo ) from 0.3.11 to 0.3.12.
- [Release notes](https://github.com/imdario/mergo/releases )
- [Commits](https://github.com/imdario/mergo/compare/v0.3.11...0.3.12 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 12:43:22 +00:00
Gastón Palomeque
2d3ec15bc6
fix: nfpm on windows ( #2099 )
2021-03-09 18:16:54 -03:00
Carlos Alexandro Becker
c9ffa78c25
feat: package name on nfpm file name template ( #2097 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-03-09 10:57:43 +00:00
dependabot[bot]
d01af30b5c
chore(deps): bump github.com/xanzy/go-gitlab from 0.45.0 to 0.46.0 ( #2094 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.45.0...v0.46.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 17:20:13 -03:00
Carlos Alexandro Becker
1e56af2476
chore: go mod tidy
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-05 18:01:52 -03:00
Carlos Alexandro Becker
c1f9be42e4
feat: init: add dist to gitignore ( #2092 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-05 16:49:44 -03:00
dependabot[bot]
d7a54b5694
chore(deps): bump github.com/xanzy/go-gitlab from 0.44.0 to 0.45.0 ( #2091 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.44.0...v0.45.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 12:31:13 +00:00
Carlos Alexandro Becker
5e23177a4c
fix(ci): go mod tidy ( #2090 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-02 21:29:31 -03:00
Carlos Alexandro Becker
4f7968316f
feat(ci): run lint on actions ( #2087 )
...
* feat: lint on specific ci step
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: run on push
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: contributing
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: contributing
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: action
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: lint issues
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: lint issues
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-01 14:45:06 -03:00