robertkrimen / otto

A JavaScript interpreter in Go (golang)
http://godoc.org/github.com/robertkrimen/otto
MIT License
8.04k stars 584 forks source link

ci: enable golangci-lint cache #451

Closed stevenh closed 1 year ago

stevenh commented 1 year ago

Remove skip-cache: true and restore skip-pkg-cache: true and skip-build-cache: true so that we still cache golangci-lint results which skip-cache: true disables.