Skip to content

Bump github.com/lestrrat-go/jwx from 1.1.6 to 1.2.27 #1399

Bump github.com/lestrrat-go/jwx from 1.1.6 to 1.2.27

Bump github.com/lestrrat-go/jwx from 1.1.6 to 1.2.27 #1399

Status Failure
Total duration 44s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
Test and Cover
//go:build comment without // +build comment
Test and Cover
//go:build comment without // +build comment
Test and Cover
//go:build comment without // +build comment
Test and Cover
//go:build comment without // +build comment
Test and Cover
//go:build comment without // +build comment
Test and Cover
Process completed with exit code 1.
Lint: server/config.go#L175
[golangci] reported by reviewdog 🐶 undeclared name: `yaml` (typecheck) Raw Output: server/config.go:175:13: undeclared name: `yaml` (typecheck) decoder := yaml.NewDecoder(bytes.NewReader(yamlFile)) ^
Lint: server/config.go#L182
[golangci] reported by reviewdog 🐶 undeclared name: `yaml` (typecheck) Raw Output: server/config.go:182:14: undeclared name: `yaml` (typecheck) if err = yaml.Unmarshal(configBytes, c); err != nil { ^
Lint: server/config.go#L211
[golangci] reported by reviewdog 🐶 undeclared name: `yaml` (typecheck) Raw Output: server/config.go:211:12: undeclared name: `yaml` (typecheck) if err = yaml.Unmarshal(yamlFile, c); err != nil { ^
Lint: server/util.go#L60
[golangci] reported by reviewdog 🐶 missing return (typecheck) Raw Output: server/util.go:60:1: missing return (typecheck) } ^
Lint: server/kube_health_test.go#L84
[golangci] reported by reviewdog 🐶 req declared but not used (typecheck) Raw Output: server/kube_health_test.go:84:2: req declared but not used (typecheck) req := httptest.NewRequest("GET", "/", nil) ^
Lint: server/config.go#L35
[golangci] reported by reviewdog 🐶 "gopkg.in/yaml.v3" imported but not used (typecheck) Raw Output: server/config.go:35:2: "gopkg.in/yaml.v3" imported but not used (typecheck) "gopkg.in/yaml.v3" ^
Lint: server/config_test.go#L28
[golangci] reported by reviewdog 🐶 "gopkg.in/yaml.v3" imported but not used (typecheck) Raw Output: server/config_test.go:28:2: "gopkg.in/yaml.v3" imported but not used (typecheck) "gopkg.in/yaml.v3" ^
Lint
Process completed with exit code 1.
Test and Cover
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/