15 Commits
Author SHA1 Message Date
Michael Stapelberg 92b802b341 go.mod: update language version to go1.26, bump deps 2026-07-11 09:33:56 +02:00
Michael Stapelberg dc484a0c7e gokr-boot: fix locating instance config (for CI) 2026-06-28 10:19:08 +02:00
Michael Stapelberg 06855a11af gokr-boot: use instanceflag.Flags to avoid globals 2026-06-23 08:51:47 +02:00
Michael Stapelberg b83576eb01 gokr-boot: switch away from ApplyInstanceFlag 2026-06-22 22:29:58 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
111535b140 build(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 (#10)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.37.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 07:36:12 +01:00
Michael Stapelberg c5b0529eb9 add generalized version of gokr-update-eeprom
related to https://github.com/gokrazy/gokrazy/issues/332
2025-11-16 09:35:05 +01:00
Michael Stapelberg b23c6efd11 update to latest x/crypto 2025-04-15 08:49:59 +02:00
Michael Stapelberg 6546aca8e7 update to latest gokrazy/internal
related to https://github.com/gokrazy/gokrazy/issues/191
2025-01-26 22:47:31 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20ccb25462 build(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0 (#5)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-12 08:23:00 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
a216b8bde7 build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 (#4)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.1.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 08:52:05 +01:00
Michael Stapelberg 2f3c08a7f2 gokr-boot: use the gok CLI to build the instance
gokr-boot must now be called from a gokrazy instance directory,
e.g. cd ~/gokrazy/bakery && gokr-boot -require_label=please-boot \
-set_label=please-merge -bootery_url=$BOOTERY_URL -update_root
2023-02-28 20:59:00 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2fe0a058bd build(deps): bump golang.org/x/crypto (#3)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190308221718-c2843e01d9a2 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-25 18:50:31 +01:00
Michael Stapelberg d4c9f46d71 re-implement gokr-amend using git(1) and rsync(1)
This makes updating lib/ directory recursively much easier than using the GitHub
API directly.

related to https://github.com/gokrazy/gokrazy/issues/13
2022-02-25 09:50:26 +01:00
Michael Stapelberg eeb2cc550c update to latest go-github version 2021-06-24 14:57:18 +02:00
Michael Stapelberg 7fdf995844 switch to go modules 2020-02-29 10:35:51 +01:00