Update Go dependencies #46
pipeline.yaml
on: pull_request
go mod download
20s
go fmt, vet, mod verify, mod tidy
46s
golangci-Lint
50s
govulncheck
42s
build main.go
42s
integration-tests
0s
Annotations
11 errors
|
govulncheck
config.init calls viper.init, which eventually calls errors.init
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls errors.New
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls errors.Join
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls errors.As
|
|
govulncheck
repository.Queries.UserExistsByEmail calls sql.Row.Scan
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls mapstructure.StringToTimeDurationHookFunc
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls mapstructure.Decoder.decodeUint
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls mapstructure.Decoder.decodeInt
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls mapstructure.Decoder.decodeFloat
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls mapstructure.Decoder.decodeBool
|
|
go fmt, vet, mod verify, mod tidy
Process completed with exit code 1.
|