Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions envconsul.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: envconsul
version: "0.14.0"
epoch: 5 # toolchain rebuild for go-1.27-1.27.1
epoch: 6 # GO-2026-6303, GO-2026-6354, GO-2026-6355
description: "Launch a subprocess with environment variables using data from @hashicorp Consul and Vault."
copyright:
- license: MPL-2.0
Expand Down Expand Up @@ -30,7 +30,9 @@ pipeline:

- uses: bump
with:
deps: golang.org/x/text@v0.39.0
deps: |-
golang.org/x/crypto@v0.56.0
golang.org/x/text@v0.41.0

- uses: go/build
with:
Expand Down