17.diff (683B)
1 diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml 2 index 51cf3eb2..fe637923 100644 3 --- a/.github/workflows/update.yaml 4 +++ b/.github/workflows/update.yaml 5 @@ -22,7 +22,7 @@ jobs: 6 run: "flux install --components-extra=image-reflector-controller,image-automation-controller \\\n --export 7 > ./clusters/2024_cluster/flux-system/gotk-components.yaml\n\nVERSION=\"$(flux -v)\"\necho \"flux_version=$VERSION\" 8 >> $GITHUB_OUTPUT \n" 9 - - uses: actions/setup-go@v5 10 + - uses: actions/setup-go@v6 11 with: 12 go-version: '^1.23.2' 13 - name: Run yamlfmt