Skip to content

Bump github.com/spf13/viper from 1.7.0 to 1.19.0 #2

Bump github.com/spf13/viper from 1.7.0 to 1.19.0

Bump github.com/spf13/viper from 1.7.0 to 1.19.0 #2

Triggered via pull request November 7, 2024 07:40
Status Failure
Total duration 34s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: vendor/golang.org/x/exp/constraints/constraints.go#L13
embedding interface element ~int | ~int8 | ~int16 | ~int32 | ~int64 requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/golang.org/x/exp/constraints/constraints.go#L20
embedding interface element ~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 | ~uintptr requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/golang.org/x/exp/constraints/constraints.go#L27
embedding interface element Signed | Unsigned requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/golang.org/x/exp/constraints/constraints.go#L34
embedding interface element ~float32 | ~float64 requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/golang.org/x/exp/constraints/constraints.go#L41
embedding interface element ~complex64 | ~complex128 requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/golang.org/x/exp/constraints/constraints.go#L49
embedding interface element Integer | Float | ~string requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/golang.org/x/exp/slog/internal/buffer/buffer.go#L17
predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/github.com/spf13/viper/internal/encoding/decoder.go#L10
predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/github.com/spf13/viper/internal/encoding/decoder.go#L51
predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod)
build: vendor/github.com/spf13/viper/internal/encoding/encoder.go#L10
predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/