Update actions/setup-go action to v6 #47
pipeline.yaml
on: pull_request
go mod download
23s
go fmt, vet, mod verify, mod tidy
42s
golangci-Lint
53s
govulncheck
37s
build main.go
38s
integration-tests
0s
Annotations
10 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
|