mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-05 09:38:53 +00:00
feat: remove Go cache management (#1024)
This commit is contained in:
parent
c683728f10
commit
82d40c283a
5 changed files with 7 additions and 79 deletions
|
|
@ -35,14 +35,6 @@ inputs:
|
|||
restore existing caches, subject to other options.
|
||||
default: 'false'
|
||||
required: false
|
||||
skip-pkg-cache:
|
||||
description: "if set to true then the action doesn't cache or restore ~/go/pkg."
|
||||
default: 'false'
|
||||
required: false
|
||||
skip-build-cache:
|
||||
description: "if set to true then the action doesn't cache or restore ~/.cache/go-build."
|
||||
default: 'false'
|
||||
required: false
|
||||
install-mode:
|
||||
description: "The mode to install golangci-lint. It can be 'binary' or 'goinstall'."
|
||||
default: "binary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue