Update module github.com/caarlos0/env/v6 to v9 - #65
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
October 6, 2025 12:15
e287a5b to
a87c7ee
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
2 times, most recently
from
October 6, 2025 12:19
5f0c432 to
b70dac1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
November 1, 2025 17:34
b70dac1 to
7d4ea73
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
November 19, 2025 22:46
7d4ea73 to
8c6eb4f
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
December 15, 2025 17:08
8c6eb4f to
a625101
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
February 22, 2026 15:20
a625101 to
d21b8c9
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
March 25, 2026 13:51
d21b8c9 to
3be27c5
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
April 1, 2026 20:55
3be27c5 to
3c3b20d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
April 16, 2026 11:31
3c3b20d to
ace44d6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
May 9, 2026 15:05
ace44d6 to
29e0573
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
from
June 17, 2026 14:30
29e0573 to
81395f1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
2 times, most recently
from
August 4, 2026 12:00
81395f1 to
0ebd560
Compare
renovate
Bot
force-pushed
the
renovate/github.com-caarlos0-env-v6-9.x
branch
2 times, most recently
from
August 30, 2026 05:49
0ebd560 to
dac600c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.10.1→v9.0.0Release Notes
caarlos0/env (github.com/caarlos0/env/v6)
v9.0.0Compare Source
Changelog
New Features
7a25c17: feat!: accept expand as an option to the env tag (#263) (@caarlos0)4f6bb22: feat!: v9 (@caarlos0)9124b0a: feat: add support Web Assembly (#265) (@BorzdeG)Bug fixes
0f07b7f: fix: invalid environment variable (#271) (@aymanbagabas)0b4d8a6: fix: skip fields without env key in onSet (#266) (@aymanbagabas)Documentation updates
390412e: docs: clarify custom parser funcs and required fields (@caarlos0)3f7d8cf: docs: fix examples in readme for v8.0.0 (#264) (@Mattias-)Migrating from v8
Replace
envExpand:"true"with,expand, e.g.:Released with GoReleaser Pro!
v8.0.0Compare Source
Changelog
Other work
224d85f: build: fix goreleaser flags (@caarlos0)fac0414: build: test on go stable and oldstable (#259) (@caarlos0)4e0f915: feat!: refactor parse and parse with options (#256) (@caarlos0)Updating from v7
env.Parsewith no options, no change is required.env.Parsewith oneOptions{}, callenv.ParseWithOptionsinstead.env.Parsewith options, and pass more than oneOptions{}, merge them into a single one, and useenv.ParseWithOptionsinstead.env.ParseWithFuncs, useenv.ParseWithOptionsinstead, and put your parsers intoOptions{ FuncMap: <here> }.Released with GoReleaser Pro!
v7.1.0Compare Source
Changelog
New Features
b135bbd: feat: error types (#240) (@akutuev)17f0a63: feat: implement Is on AggregateError (#254) (@caarlos0)266f68b: feat: support map kind env (#244) (@ken8203)c08b0f9: feat: use field name by default (#253) (@caarlos0)Bug fixes
dfd68b2: fix: improve map handling, coverage (@caarlos0)e5472ec: fix: remove untested behavior (@caarlos0)Documentation updates
65ba2db: docs: caveats (@caarlos0)f434e98: docs: document how to handle error (@caarlos0)2d26ce1: docs: fix examples (@caarlos0)91e69e8: docs: maps (@caarlos0)850c2d8: docs: update to v7 (#249) (@alexandear)Released with GoReleaser Pro!
v7.0.0Compare Source
Changelog
Breaking changes
c687f95: feat!: set default if var is set but empty (#248) (@caarlos0)155f0a6: feat!: update to v7 (@caarlos0)Documentation updates
23c6da1: docs: fix badge (@caarlos0)8e8e099: docs: fix typo (#243) (@braindev)877e1bf: docs: improve warning (@caarlos0)Other work
ff86282: build: fix lint workflow (@caarlos0)0b725c8: build: fix workflows (@caarlos0)da848aa: build: remove deprecated lint option (@caarlos0)Released with GoReleaser Pro!
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.