chore: Remove all CircleCI caching (#14494)

This commit is contained in:
Joshua Powers 2023-12-21 08:51:47 -07:00 committed by GitHub
parent 35145b4fca
commit 5b9fe9e633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -156,17 +156,9 @@ jobs:
- checkout - checkout
- check-changed-files-or-halt - check-changed-files-or-halt
- run: 'sh ./scripts/installgo_mac.sh' - run: 'sh ./scripts/installgo_mac.sh'
- restore_cache:
keys:
- go-v4-macos-{{ checksum "go.sum" }}
- test-go: - test-go:
os: darwin os: darwin
arch: arm64 arch: arm64
- save_cache:
key: go-v4-macos-{{ checksum "go.sum" }}
paths:
- "~/go/pkg/mod"
- "~/Library/Caches/go-build"
test-go-windows: test-go-windows:
executor: executor:
name: win/default name: win/default
@ -179,17 +171,9 @@ jobs:
- run: choco feature enable -n allowGlobalConfirmation - run: choco feature enable -n allowGlobalConfirmation
- run: 'sh ./scripts/installgo_windows.sh' - run: 'sh ./scripts/installgo_windows.sh'
- run: choco install mingw --version=12.2.0.03042023 - run: choco install mingw --version=12.2.0.03042023
- restore_cache:
keys:
- go-v4-windows-{{ checksum "go.sum" }}
- test-go: - test-go:
os: windows os: windows
gotestsum: "gotestsum.exe" gotestsum: "gotestsum.exe"
- save_cache:
key: go-v4-windows-{{ checksum "go.sum" }}
paths:
- '~\go\pkg\mod'
- '~\AppData\Local\go-build'
test-licenses: test-licenses:
executor: telegraf-ci executor: telegraf-ci
steps: steps: