Skip to content

Bump github.com/psyb0t/goenv from 1.0.3 to 1.0.8 - #11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/psyb0t/goenv-1.0.8
Open

Bump github.com/psyb0t/goenv from 1.0.3 to 1.0.8#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/psyb0t/goenv-1.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown

Bumps github.com/psyb0t/goenv from 1.0.3 to 1.0.8.

Release notes

Sourced from github.com/psyb0t/goenv's releases.

Release v1.0.8

Changes in v1.0.8

  • ci: split the pipeline, add the Codeberg mirror, archiving and issue pull-back (db9e840)
  • ci: only jitter the scheduled issue-pull, not a manual one (a00d2d2)
  • ci: pull issues from the Codeberg and GitLab mirrors (8f4cef8)
  • ci: name the archive.org secrets for what they are, and trim the file (5e2d797)
  • ci: archive through the authenticated Save Page Now API (27faf75)
  • ci: mirror to Codeberg as well as GitLab (24ea228)
  • ci: move the mirror and the archive into one file beside the pipeline (f81e7f9)
  • ci: fold the mirror and the archive into pipeline.yml (00a3bbf)
  • ci: archive this repo to the Wayback Machine and Software Heritage (8578079)
  • ci: mirror this repo to GitLab on every branch and tag push (f186804)

Full Changelog: psyb0t/goenv@v1.0.7...v1.0.8

Release v1.0.7

Changes in v1.0.7

  • v1.0.7: Codex install command fix (74de62d)

Full Changelog: psyb0t/goenv@v1.0.6...v1.0.7

Release v1.0.6

Changes in v1.0.6

  • v1.0.6: agent-plugin manifests (1644df6)

Full Changelog: psyb0t/goenv@v1.0.5...v1.0.6

Release v1.0.5

Changes in v1.0.5

  • v1.0.5: Go 1.26 + go fix lint tooling (f678b8d)

Full Changelog: psyb0t/goenv@v1.0.4...v1.0.5

Release v1.0.4

Changes in v1.0.4

  • v1.0.4: self-hosted README badges (1166aa2)
  • ci: exclude own packages from the Dependabot cooldown (d5ecde9)
  • ci: add age-gated Dependabot version updates (gomod + github-actions) (a662404)
  • docs: drop Codecov mention from the latest changelog entry (ec146e3)
  • build: restore coverage.txt cleanup in the test-coverage target (e406c39)
  • ci: remove Codecov upload wiring from pipeline.yml (33a95eb)

Full Changelog: psyb0t/goenv@v1.0.3...v1.0.4

Changelog

Sourced from github.com/psyb0t/goenv's changelog.

v1.0.8 — 2026-08-01

Infrastructure only. No library code changed — every commit since v1.0.7 touches .github/workflows/.

  • The pipeline was split: building and publishing stay in pipeline.yml, and everything that leaves the host now lives beside it in mirror-and-archive.yml.
  • The repo is mirrored to Codeberg as well as GitLab.
  • It is archived to the Wayback Machine, Software Heritage and archive.org.
  • Issues opened on either mirror are copied back to GitHub every six hours, and closed here when the original closes.
  • Pull requests are switched off on the mirrors: they are force-pushed from GitHub, so anything merged there would be destroyed by the next sync. Issues and forking stay enabled.

v1.0.7 — 2026-07-27

Codex install command.

  • The ### Codex subsection under ## Agent integrations was missing its install command — it told readers to add the marketplace and stopped there. Added codex plugin add goenv@psyb0t right after the codex plugin marketplace add psyb0t/agents line.
  • Clarified the two distinct invocation forms: installed via the marketplace the skill invokes as $goenv:goenv; picked up automatically from a repo's own .agents/skills/ (no install) it invokes as plain $goenv. No library code changed.

v1.0.6 — 2026-07-27

Agent-plugin manifests.

  • Added .agents/.claude-plugin/plugin.json and .agents/.codex-plugin/plugin.json so the existing .agents/skills/goenv/ skill installs natively as a plugin in Claude Code and Codex, rooted at .agents/ with skills: "./skills/".
  • Added a ## Agent integrations README section with the claude plugin / codex plugin / openclaw skills install commands. No library code changed.

v1.0.5 — 2026-07-27

Go 1.26 + lint tooling.

  • Bumped the go directive to 1.26 (go.mod + CI).
  • make lint now runs Go 1.26's built-in go fix -diff (read-only check) alongside go vet, and a make lint-fix target was added to apply fixes. No library code changed.

v1.0.4 — 2026-07-27

Self-hosted README badges.

... (truncated)

Commits
  • db9e840 ci: split the pipeline, add the Codeberg mirror, archiving and issue pull-back
  • a00d2d2 ci: only jitter the scheduled issue-pull, not a manual one
  • 8f4cef8 ci: pull issues from the Codeberg and GitLab mirrors
  • 5e2d797 ci: name the archive.org secrets for what they are, and trim the file
  • 27faf75 ci: archive through the authenticated Save Page Now API
  • 24ea228 ci: mirror to Codeberg as well as GitLab
  • f81e7f9 ci: move the mirror and the archive into one file beside the pipeline
  • 00a3bbf ci: fold the mirror and the archive into pipeline.yml
  • 8578079 ci: archive this repo to the Wayback Machine and Software Heritage
  • f186804 ci: mirror this repo to GitLab on every branch and tag push
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/psyb0t/goenv](https://github.com/psyb0t/goenv) from 1.0.3 to 1.0.8.
- [Release notes](https://github.com/psyb0t/goenv/releases)
- [Changelog](https://github.com/psyb0t/goenv/blob/main/CHANGELOG.md)
- [Commits](psyb0t/goenv@v1.0.3...v1.0.8)

---
updated-dependencies:
- dependency-name: github.com/psyb0t/goenv
  dependency-version: 1.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants