diff --git a/.github/workflows/go-healing.yml b/.github/workflows/go-healing.yml index f007a23da..205822bb4 100644 --- a/.github/workflows/go-healing.yml +++ b/.github/workflows/go-healing.yml @@ -28,14 +28,6 @@ jobs: with: go-version: ${{ matrix.go-version }} check-latest: true - - uses: actions/cache@v2 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-${{ matrix.go-version }}-go- - name: Build on ${{ matrix.os }} if: matrix.os == 'ubuntu-latest' env: diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 568822024..d9b60256d 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -28,24 +28,6 @@ jobs: with: go-version: ${{ matrix.go-version }} check-latest: true - - uses: actions/cache@v2 - if: matrix.os == 'ubuntu-latest' - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-${{ matrix.go-version }}-go- - - uses: actions/cache@v2 - if: matrix.os == 'windows-latest' - with: - path: | - %LocalAppData%\go-build - ~/go/pkg/mod - key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-${{ matrix.go-version }}-go- - name: Build on ${{ matrix.os }} if: matrix.os == 'windows-latest' env: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 83dff7a81..a6e45f048 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,14 +28,6 @@ jobs: with: go-version: ${{ matrix.go-version }} check-latest: true - - uses: actions/cache@v2 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-${{ matrix.go-version }}-go- - name: Build on ${{ matrix.os }} if: matrix.os == 'ubuntu-latest' env: diff --git a/.github/workflows/iam-integrations.yaml b/.github/workflows/iam-integrations.yaml index 87e32cd7b..d69051190 100644 --- a/.github/workflows/iam-integrations.yaml +++ b/.github/workflows/iam-integrations.yaml @@ -80,14 +80,6 @@ jobs: with: go-version: ${{ matrix.go-version }} check-latest: true - - uses: actions/cache@v2 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-${{ matrix.go-version }}-go- - name: Test LDAP/OpenID/Etcd combo env: LDAP_TEST_SERVER: ${{ matrix.ldap }} diff --git a/.github/workflows/replication.yaml b/.github/workflows/replication.yaml index 5356fa9ad..003237980 100644 --- a/.github/workflows/replication.yaml +++ b/.github/workflows/replication.yaml @@ -29,14 +29,6 @@ jobs: with: go-version: ${{ matrix.go-version }} check-latest: true - - uses: actions/cache@v2 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-${{ matrix.go-version }}-go- - name: Test Decom run: | sudo sysctl net.ipv6.conf.all.disable_ipv6=0