go test -v -race ./...
shell: /usr/bin/bash -e {0}
env:
REGISTRY: ghcr.io
go: downloading go1.24.6 (linux/amd64)
go: downloading github.com/gofiber/fiber/v2 v2.52.9
go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/jackc/pgx/v5 v5.7.5
go: downloading github.com/redis/go-redis/v9 v9.13.0
go: downloading golang.org/x/crypto v0.41.0
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/valyala/fasthttp v1.65.0
go: downloading github.com/tinylib/msgp v1.4.0
go: downloading github.com/jackc/puddle/v2 v2.2.2
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading golang.org/x/sys v0.35.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/andybalholm/brotli v1.2.0
go: downloading github.com/klauspost/compress v1.18.0
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
go: downloading golang.org/x/text v0.28.0
go: downloading golang.org/x/sync v0.16.0
go: downloading github.com/philhofer/fwd v1.2.0
go: downloading gopkg.in/yaml.v3 v3.0.1
# secure-notes [secure-notes.test]
Error: ./notes_test.go:7:2: "encoding/base64" imported and not used
Error: ./notes_test.go:362:11: undefined: pgxpool
Error: ./notes_test.go:732:9: undefined: fmt
Error: ./main_test.go:10:2: "net/http" imported and not used
Error: ./main_test.go:13:2: "strings" imported and not used
Error: ./security_test.go:5:2: "context" imported and not used
FAIL secure-notes [build failed]
FAIL
Error: Process completed with exit code 1.