diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 416f11a..4ad57b6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -51,7 +51,7 @@ jobs: if: steps.cacheflux.outputs.cache-hit != 'true' run: | cd flux - git checkout tags/v0.194.0 + git checkout tags/v0.194.1 go mod tidy go get ./... make