mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
ci(golangci-lint): switch to latest (#870)
* ci(golangci-lint): switch to latest remove schema override since it was fixed in upstream Signed-off-by: hackercat <me@hackerc.at> * fix: apply lint fixes
This commit is contained in:
parent
c95e436655
commit
8a2b23e057
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
"github.com/nektos/act/pkg/model"
|
||||
)
|
||||
|
||||
var baseImage string = "node:12-buster-slim"
|
||||
var baseImage = "node:12-buster-slim"
|
||||
|
||||
func init() {
|
||||
if p := os.Getenv("ACT_TEST_IMAGE"); p != "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue