Skip to content

update mods, switch to slog #11

update mods, switch to slog

update mods, switch to slog #11

Triggered via pull request August 20, 2024 19:22
@karlhunguskarlhungus
synchronize #21
update_mods
Status Failure
Total duration 3m 33s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/runtime/time.go#L174
cannot range over 3 (untyped int constant) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/syscall/syscall_unix.go#L66
m.Lock undefined (type *mmapper has no field or method Lock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/syscall/syscall_unix.go#L67
m.Unlock undefined (type *mmapper has no field or method Unlock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/syscall/syscall_unix.go#L79
m.Lock undefined (type *mmapper has no field or method Lock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/syscall/syscall_unix.go#L80
m.Unlock undefined (type *mmapper has no field or method Unlock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/crypto/tls/cache.go#L73
cc.Delete undefined (type *certCache has no field or method Delete) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/crypto/tls/cache.go#L81
cc.Load undefined (type *certCache has no field or method Load) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/crypto/tls/cache.go#L91
cc.LoadOrStore undefined (type *certCache has no field or method LoadOrStore) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/crypto/tls/cipher_suites.go#L590
c.h.Size undefined (type constantTimeHash has no field or method Size) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/crypto/tls/cipher_suites.go#L591
c.h.BlockSize undefined (type constantTimeHash has no field or method BlockSize) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/