Commit Graph

18 Commits

Author SHA1 Message Date
pancho horrillo
fe9c5281b6 chore(workflows): produce NSIS windows installers (#142)
* chore(workflows): produce NSIS windows installers

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-29 16:43:35 +01:00
pancho horrillo
929d6bb8ba chore: disable GPG handling for now
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-18 11:57:14 +01:00
pancho horrillo
f0758bb9f4 chore: obtain Go version from ad-hoc Dockerfile 2020-10-01 17:55:33 +02:00
pancho horrillo
7cb0e72302 chore: use ubuntu-20.04 in release workflow
Consistent with the other workflows defined here.
2020-09-30 16:45:39 +02:00
pancho horrillo
66f68e0219 style: don't pollute the env with secrets
Also, it's a bit less boilerplate code.

Seen here¹:

¹: https://github.com/dependabot/dependabot-core/blob/v0.120.3/.github/workflows/docker.yml#L27-L29
2020-09-30 16:34:25 +02:00
pancho horrillo
4e1084c092 style: don't pollute env, use step outputs instead (go version) 2020-09-30 11:44:30 +02:00
pancho horrillo
94f1e7e6ea chore: leverage panchoh/go-bump action
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-26 13:30:17 +02:00
pancho horrillo
d877ab1e38 fix: unify definition of GO_VERSION in workflow
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-09 16:56:37 +02:00
pancho horrillo
8d72cc1b71 chore: replace azure action with inline code (docker login)
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 12:46:07 +02:00
pancho horrillo
5f5d867c24 chore: handle gpg manually
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 12:35:00 +02:00
pancho horrillo
797b85b228 chore: use external gpg handling action
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 11:10:34 +02:00
pancho horrillo
ddeb119522 chore: update name of secrets
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-05-26 10:58:28 +02:00
pancho horrillo
dca957bd14 chore: bump go version 2020-05-19 12:15:09 +02:00
pancho horrillo
e506fb2013 chore: update release workflow to use azure/docker-login action
This will enable the goreleaser action to actually push to docker hub.

See https://github.com/marketplace/actions/docker-login
2020-05-12 10:24:19 +02:00
pancho horrillo
f78f99511e chores: Bump actions/setup-go version to 2
Also bump go-version to 1.14.2

Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-04-22 09:29:46 +02:00
pancho horrillo
6f3cb233a9 chore(workflows): bump actions/checkout to v2
actions/checkout v2 clones shallow repos by default.
I've set the fetch-depth to 0 to prevent this, because goreleaser requires the
full history available locally in order to generate the release notes
automatically.
2020-02-29 13:20:06 +01:00
pancho horrillo
d35b5bda20 Bump go version to 1.14 2020-02-27 07:21:52 +01:00
pancho horrillo
6265fd958e chore: add GitHub Actions release workflow 2019-12-13 22:49:08 +01:00