13 Commits

Author SHA1 Message Date
John Bartholomew
160987fd26 deps: update referenced github actions to latest
For GitHub first party actions (actions from the github.com/actions
organisation) we just use a major version tag. For actions from any
other source we pin to an exact commit SHA1 (and put the version in
a comment)
2026-03-12 12:26:51 +00:00
John Bartholomew
6d35a88517 chore: update to Go 1.24.5 to get support for os.Root 2026-02-18 23:06:15 +00:00
John Bartholomew
d670d5fb87 chore: fix release action to avoid creating two releases 2025-05-07 16:12:02 +01:00
John Bartholomew
9cd0cd006c ci: create a stable source archive attached to the release 2025-03-13 00:42:33 +00:00
Andrii Korotkov
bc787d68ca
chore: Switch to Go 1.23.7 and update dependencies (#794)
* chore: Update dependency versions
* Downgrade crypto to fix bazel CI
* Switch to Go 1.23.7 and update dependencies

Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
2025-03-11 03:29:01 +00:00
John Bartholomew
7b5c93866b ci: fix incorrect use of target_commitish in goreleaser release 2025-02-22 23:18:43 +00:00
John Bartholomew
06e51ba2c0 ci: grant goreleaser write permission to create releases 2025-02-22 23:05:08 +00:00
John Bartholomew
d1cde74e2c inject proposed version when running goreleaser 2025-02-22 23:02:15 +00:00
John Bartholomew
90261f34cf ci: trigger release workflow manually 2025-02-22 17:30:56 +00:00
John Bartholomew
40f0aa57e2 ci: update release workflow action references 2025-02-22 17:30:56 +00:00
Tareq Al-Maamari
16a10df1a7
chore: bump go to 1.20 (#707)
This will also resolve few vulnerabilities.
2023-06-13 21:17:47 +01:00
Lucendio
361f0838d9 Bump Go build version to 1.17
Motivation: make darwin_arm64 artifact available as part of the release

The *Installation instructions* already refers to Go v1.17 and above, and
the README.md states:

  *We recommend always using the newest stable release of Go.*

Please note, that is not yet a working change set. It appears that a

  go mod tidy

is needed to make the build step work.
2022-03-05 23:26:50 +00:00
Paul Rudin
a631234631 add action to build binaries with goreleaser 2020-08-08 18:31:51 +02:00