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