This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Deprecate the action (#6) #24
test.yml
on: push
Check for GitLeaks
2m 15s
Matrix: run-this-action
Annotations
8 warnings
Action gacts/setup-go-with-cache is deprecated
Since actions/setup-go now supports caching and restoring go modules and build outputs, this action is no longer necessary. Please use `actions/setup-go` directly. To migrate, simply replace `uses: gacts/setup-go-with-cache@v1` with `uses: actions/setup-go@v5` (or later) in your workflow file. Read more details here: https://github.com/actions/setup-go?tab=readme-ov-file#caching-dependency-files-and-build-outputs
|
Run action (ubuntu-latest, Go 1.22)
Restore cache failed: Dependencies file is not found in /home/runner/work/setup-go-with-cache/setup-go-with-cache. Supported file pattern: go.sum
|
Action gacts/setup-go-with-cache is deprecated
Since actions/setup-go now supports caching and restoring go modules and build outputs, this action is no longer necessary. Please use `actions/setup-go` directly. To migrate, simply replace `uses: gacts/setup-go-with-cache@v1` with `uses: actions/setup-go@v5` (or later) in your workflow file. Read more details here: https://github.com/actions/setup-go?tab=readme-ov-file#caching-dependency-files-and-build-outputs
|
Run action (ubuntu-latest, Go 1.19)
Restore cache failed: Dependencies file is not found in /home/runner/work/setup-go-with-cache/setup-go-with-cache. Supported file pattern: go.sum
|
Action gacts/setup-go-with-cache is deprecated
Since actions/setup-go now supports caching and restoring go modules and build outputs, this action is no longer necessary. Please use `actions/setup-go` directly. To migrate, simply replace `uses: gacts/setup-go-with-cache@v1` with `uses: actions/setup-go@v5` (or later) in your workflow file. Read more details here: https://github.com/actions/setup-go?tab=readme-ov-file#caching-dependency-files-and-build-outputs
|
Run action (windows-latest, Go 1.22)
Restore cache failed: Dependencies file is not found in D:\a\setup-go-with-cache\setup-go-with-cache. Supported file pattern: go.sum
|
Action gacts/setup-go-with-cache is deprecated
Since actions/setup-go now supports caching and restoring go modules and build outputs, this action is no longer necessary. Please use `actions/setup-go` directly. To migrate, simply replace `uses: gacts/setup-go-with-cache@v1` with `uses: actions/setup-go@v5` (or later) in your workflow file. Read more details here: https://github.com/actions/setup-go?tab=readme-ov-file#caching-dependency-files-and-build-outputs
|
Run action (windows-latest, Go 1.19)
Restore cache failed: Dependencies file is not found in D:\a\setup-go-with-cache\setup-go-with-cache. Supported file pattern: go.sum
|