Skip to content

Update Go dependencies #48

Update Go dependencies

Update Go dependencies #48

Triggered via pull request September 8, 2025 18:12
Status Failure
Total duration 1m 18s
Artifacts

pipeline.yaml

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

Annotations

11 errors
govulncheck
web.main calls echo.Echo.Start, which eventually calls os.ReadDir
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.ReadInConfig, which eventually calls os.Open
govulncheck
repository.init calls os.init, which calls os.NewFile
govulncheck
repository.DbAdminService.ConnectToDatabase calls os.MkdirAll
govulncheck
layout.Base calls runtime.WriteString, which eventually calls os.Lstat
govulncheck
repository.DbAdminService.ConnectToDatabase calls filepath.Abs, which eventually calls os.Getwd
govulncheck
config.ConfigLoader.LoadConfig calls viper.Viper.ReadInConfig, which eventually calls os.File.Readdirnames
govulncheck
repository.DbAdminService.Migrate calls migrate.New, which eventually calls os.File.ReadDir
govulncheck
handlers.LoginHandler.LoginHandler calls echo.context.FormValue, which eventually calls os.CreateTemp
govulncheck
repository.Queries.UserExistsByEmail calls sql.Row.Scan
go fmt, vet, mod verify, mod tidy
Process completed with exit code 1.