From 381014711c8b73781b02a9cdb2b92fe9a39138e8 Mon Sep 17 00:00:00 2001 From: Matias Charriere Date: Wed, 10 Jun 2026 16:17:42 +0200 Subject: [PATCH 1/2] chore: update go version on documentation validation Signed-off-by: Matias Charriere --- .github/workflows/documentation-validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-validation.yaml b/.github/workflows/documentation-validation.yaml index e18db33..fbf47ca 100644 --- a/.github/workflows/documentation-validation.yaml +++ b/.github/workflows/documentation-validation.yaml @@ -16,7 +16,7 @@ jobs: permissions: contents: read env: - GO_VERSION: 1.21.3 + GO_VERSION: 1.26.3 steps: - name: Set up Go ${{ env.GO_VERSION }} uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 From 15f47cbcda01bd77f4f8a9b05022688b82dd4c27 Mon Sep 17 00:00:00 2001 From: Matias Charriere Date: Wed, 10 Jun 2026 16:18:36 +0200 Subject: [PATCH 2/2] update changelog Signed-off-by: Matias Charriere --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1b7a9..2108db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Instead this file uses a date-based structure. ### Fixed - `update-chart` now uses the bare chart name instead of `helm/{{chart-name}}` since a new [devctl update](https://github.com/giantswarm/devctl/pull/1837) broke the current workflow. +- Update GO_VERSION on documentation-validation workflow. ## 2026-05-27