diff --git a/.github/workflows/test-ubi-centos.yml b/.github/workflows/test-ubi-centos.yml index 804e9ba..67072c0 100644 --- a/.github/workflows/test-ubi-centos.yml +++ b/.github/workflows/test-ubi-centos.yml @@ -117,11 +117,7 @@ jobs: # script requires a git repo git init git config --global --add safe.directory /__w/go/go - # lower the go build version to 1.16 - sed -i "s/go mod tidy/go mod tidy -go=1.16/g" scripts/create-secondary-patch.sh ./scripts/full-initialize-repo.sh - # raise the go module version back to what is expected to prevent the toolchain from emulating older versions. - go mod edit -go="$(./go/bin/go version | awk '{ print $3 }' | sed 's/go//' | awk -F. '{printf "%s.%s\n", $1, $2}')" ./go/src/go.mod - name: "Configure FIPS tests" shell: bash