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

@@ -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"