1
0
Fork 0
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:
Ryan 2021-11-12 21:48:10 +01:00 committed by GitHub
parent c95e436655
commit 8a2b23e057
3 changed files with 3 additions and 3 deletions

View file

@ -560,7 +560,7 @@ func (sc *StepContext) execAsDocker(ctx context.Context, action *model.Action, a
if !correctArchExists {
log.Debugf("image '%s' for architecture '%s' will be built from context '%s", image, rc.Config.ContainerArchitecture, contextDir)
var actionContainer container.Container = nil
var actionContainer container.Container
if localAction {
actionContainer = sc.RunContext.JobContainer
}