File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33# ── Stage 1: Builder ────────────────────────────────────────────────
4- FROM golang:1.26-alpine AS builder
4+ FROM golang:1.26.2 -alpine AS builder
55RUN apk update && apk add --no-cache \
66 protoc \
77 make gcc musl-dev
Original file line number Diff line number Diff line change 11module api-server
22
3- go 1.26.0
3+ go 1.26.2
44
55require (
66 github.com/gin-contrib/cors v1.7.7
@@ -12,7 +12,7 @@ require (
1212 github.com/golang-jwt/jwt/v5 v5.3.1
1313 github.com/google/uuid v1.6.0
1414 github.com/joho/godotenv v1.5.1
15- github.com/onsi/ginkgo/v2 v2.28.1
15+ github.com/onsi/ginkgo/v2 v2.28.2
1616 github.com/onsi/gomega v1.39.1
1717 go.mongodb.org/mongo-driver/v2 v2.5.1
1818 go.uber.org/zap v1.27.1
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
9999github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
100100github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI =
101101github.com/onsi/ginkgo/v2 v2.28.1 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
102+ github.com/onsi/ginkgo/v2 v2.28.2 h1:DTrMfpqxiNUyQ3Y0zhn1n3cOO2euFgQPYIpkWwxVFps =
103+ github.com/onsi/ginkgo/v2 v2.28.2 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
102104github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28 =
103105github.com/onsi/gomega v1.39.1 /go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg =
104106github.com/pelletier/go-toml/v2 v2.3.0 h1:k59bC/lIZREW0/iVaQR8nDHxVq8OVlIzYCOJf421CaM =
You can’t perform that action at this time.
0 commit comments