Skip to content

Update Go dependencies #50

Update Go dependencies

Update Go dependencies #50

Triggered via pull request October 8, 2025 20:52
Status Failure
Total duration 1m 21s
Artifacts

pipeline.yaml

on: pull_request
go mod download
18s
go mod download
go fmt, vet, mod verify, mod tidy
49s
go fmt, vet, mod verify, mod tidy
golangci-Lint
58s
golangci-Lint
govulncheck
41s
govulncheck
build main.go
39s
build main.go
unit-tests
0s
unit-tests
integration-tests
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.