diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a521822..14be39f 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.1 + git checkout tags/v0.194.2 go mod tidy go get ./... make