From 65b1116b48c3778dbbd9dc1d588e50e1b07f6eeb Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:28:25 +0000 Subject: [PATCH 1/2] chore: deps(github-action): Bump Golang version to 1.26.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- .github/workflows/release-sandbox.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 49cfa269..67f7df11 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: cache: false - go-version: 1.26.1 + go-version: 1.26.3 id: go - name: Check out code into the Go module directory uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index c71525c6..3c3627fe 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -33,7 +33,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.26.1 + go-version: 1.26.3 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a8de1771..a3b73cc4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.26.1 + go-version: 1.26.3 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 From cc13b81d15385448326fc55290e57782ef940bd1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:28:25 +0000 Subject: [PATCH 2/2] chore: deps(gomod): Bump Golang version to 1.26.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 59d2dd34..e50d38b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/udash -go 1.26.1 +go 1.26.3 replace github.com/vmware-labs/yaml-jsonpath => github.com/helm-unittest/yaml-jsonpath v0.4.0 // fork maintained; module path remains vmware-labs