Skip to content

Update Go dependencies #41

Update Go dependencies

Update Go dependencies #41

Triggered via pull request August 15, 2025 18:28
Status Failure
Total duration 1m 25s
Artifacts

pipeline.yaml

on: pull_request
go mod download
19s
go mod download
go fmt, vet, mod verify, mod tidy
44s
go fmt, vet, mod verify, mod tidy
golangci-Lint
59s
golangci-Lint
govulncheck
43s
govulncheck
build main.go
37s
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.