feat: remove Go cache management (#1024)

This commit is contained in:
Ludovic Fernandez
2024-04-25 03:26:57 +02:00
committed by GitHub
parent c683728f10
commit 82d40c283a
5 changed files with 7 additions and 79 deletions

View File

@ -49,7 +49,7 @@ jobs:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.54
version: v1.57
# Optional: working directory, useful for monorepos
# working-directory: somedir
@ -71,12 +71,6 @@ jobs:
# subject to other options
# skip-save-cache: true
# Optional: if set to true, then the action won't cache or restore ~/go/pkg.
# skip-pkg-cache: true
# Optional: if set to true, then the action won't cache or restore ~/.cache/go-build.
# skip-build-cache: true
# Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
# install-mode: "goinstall"
```