cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit f9f1e7fb367faa728b0c08fe92c83ede7d9b77c2
parent 55ee304ac665bf59a6c0ac578df15b4fc3b42343
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 29 Nov 2025 22:55:37 +0100

update go

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
M.github/workflows/update.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml @@ -22,7 +22,7 @@ jobs: run: "flux install --components-extra=image-reflector-controller,image-automation-controller \\\n --export > ./clusters/2024_cluster/flux-system/gotk-components.yaml\n\nVERSION=\"$(flux -v)\"\necho \"flux_version=$VERSION\" >> $GITHUB_OUTPUT \n" - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: '^1.23.2' - name: Run yamlfmt