Skip to content

Update Go dependencies #43

Update Go dependencies

Update Go dependencies #43

Triggered via pull request August 27, 2025 17:57
Status Failure
Total duration 1m 16s
Artifacts

pipeline.yaml

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

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.