diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56849e4..c5e047f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '1.25' + go-version: '1.25.12' cache: true cache-dependency-path: backend/go.sum diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b6bb446..f6502d7 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.25.11" + go-version: "1.25.12" - name: Install govulncheck run: go install golang.org/x/vuln/cmd/govulncheck@latest - name: Scan Go dependencies diff --git a/backend/go.mod b/backend/go.mod index fb4a525..57eb2fa 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -2,7 +2,7 @@ module github.com/FluidifyAI/Regen/backend go 1.25.0 -toolchain go1.25.11 +toolchain go1.25.12 require ( github.com/alicebob/miniredis/v2 v2.36.1