diff --git a/.github/workflows/oci-dist-spec-content-discovery.yml b/.github/workflows/oci-dist-spec-content-discovery.yml index 9a30cf28..0dc5f81f 100644 --- a/.github/workflows/oci-dist-spec-content-discovery.yml +++ b/.github/workflows/oci-dist-spec-content-discovery.yml @@ -77,7 +77,7 @@ jobs: cd ../ git clone https://github.com/opencontainers/distribution-spec.git pushd distribution-spec/conformance - git checkout v1.1.0-rc.3 + git checkout v1.1.0 go test -c ./conformance.test popd diff --git a/.github/workflows/oci-dist-spec-content-management.yml b/.github/workflows/oci-dist-spec-content-management.yml index 9d8f17c3..b2aeb0be 100644 --- a/.github/workflows/oci-dist-spec-content-management.yml +++ b/.github/workflows/oci-dist-spec-content-management.yml @@ -76,7 +76,7 @@ jobs: run: | git clone https://github.com/opencontainers/distribution-spec.git pushd distribution-spec/conformance - git checkout v1.1.0-rc.3 + git checkout v1.1.0 go test -c ./conformance.test popd diff --git a/.github/workflows/oci-dist-spec-pull.yml b/.github/workflows/oci-dist-spec-pull.yml index 187691eb..cadef52a 100644 --- a/.github/workflows/oci-dist-spec-pull.yml +++ b/.github/workflows/oci-dist-spec-pull.yml @@ -76,7 +76,7 @@ jobs: run: | git clone https://github.com/opencontainers/distribution-spec.git pushd distribution-spec/conformance - git checkout v1.1.0-rc.3 + git checkout v1.1.0 go test -c ./conformance.test popd diff --git a/.github/workflows/oci-dist-spec-push.yml b/.github/workflows/oci-dist-spec-push.yml index fd7e31ba..4eca519e 100644 --- a/.github/workflows/oci-dist-spec-push.yml +++ b/.github/workflows/oci-dist-spec-push.yml @@ -77,7 +77,7 @@ jobs: cd ../ git clone https://github.com/opencontainers/distribution-spec.git pushd distribution-spec/conformance - git checkout v1.1.0-rc.3 + git checkout v1.1.0 go test -c ./conformance.test popd