Update Go dependencies #42
pipeline.yaml
on: pull_request
go mod download
21s
go fmt, vet, mod verify, mod tidy
44s
golangci-Lint
50s
govulncheck
42s
build main.go
37s
integration-tests
0s
Annotations
11 errors
|
govulncheck
config.init calls viper.init, which calls mapstructure.init
|
|
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.NewDecoder
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls mapstructure.Decoder.Decode
|
|
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.Unmarshal, which eventually calls mapstructure.ComposeDecodeHookFunc
|
|
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
|
|
go fmt, vet, mod verify, mod tidy
Process completed with exit code 1.
|