Skip to content

Update Go dependencies #46

Update Go dependencies

Update Go dependencies #46

Triggered via pull request September 6, 2025 23:50
Status Failure
Total duration 1m 15s
Artifacts

pipeline.yaml

on: pull_request
go mod download
20s
go mod download
go fmt, vet, mod verify, mod tidy
46s
go fmt, vet, mod verify, mod tidy
golangci-Lint
50s
golangci-Lint
govulncheck
42s
govulncheck
build main.go
42s
build main.go
unit-tests
unit-tests
integration-tests
0s
integration-tests
Fit to window
Zoom out
Zoom in

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.