Skip to content

Update Go dependencies #51

Update Go dependencies

Update Go dependencies #51

Triggered via pull request October 11, 2025 21:32
Status Failure
Total duration 1m 15s
Artifacts

pipeline.yaml

on: pull_request
go mod download
19s
go mod download
go fmt, vet, mod verify, mod tidy
46s
go fmt, vet, mod verify, mod tidy
golangci-Lint
52s
golangci-Lint
govulncheck
38s
govulncheck
build main.go
38s
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.