From 27738c734b0ba83f21a5db7ad254d64c328dd8a1 Mon Sep 17 00:00:00 2001 From: akshaydeo Date: Wed, 27 May 2026 04:12:55 +0530 Subject: [PATCH] go 1.26.3 upgrade --- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/helm-release.yml | 2 +- .github/workflows/pr-tests.yml | 2 +- .github/workflows/release-cli.yml | 4 +-- .github/workflows/release-pipeline.yml | 30 ++++++++++----------- .github/workflows/scripts/schemasync/go.mod | 2 +- .github/workflows/snyk.yml | 4 +-- Makefile | 4 +-- cli/go.mod | 2 +- core/go.mod | 2 +- examples/mcps/auth-demo-server/go.mod | 2 +- examples/mcps/edge-case-server/go.mod | 2 +- examples/mcps/error-test-server/go.mod | 2 +- examples/mcps/go-test-server/go.mod | 2 +- examples/mcps/http-no-ping-server/go.mod | 2 +- examples/mcps/oauth-demo-server/go.mod | 2 +- examples/mcps/parallel-test-server/go.mod | 2 +- examples/plugins/hello-world-wasm-go/go.mod | 2 +- examples/plugins/hello-world/Makefile | 2 +- examples/plugins/hello-world/go.mod | 2 +- examples/plugins/http-transport-only/go.mod | 2 +- examples/plugins/llm-only/go.mod | 2 +- examples/plugins/mcp-only/go.mod | 2 +- examples/plugins/multi-interface/go.mod | 2 +- framework/go.mod | 2 +- plugins/compat/go.mod | 2 +- plugins/governance/go.mod | 2 +- plugins/jsonparser/go.mod | 2 +- plugins/logging/go.mod | 2 +- plugins/maxim/go.mod | 2 +- plugins/mocker/go.mod | 2 +- plugins/otel/go.mod | 2 +- plugins/prompts/go.mod | 2 +- plugins/semanticcache/go.mod | 2 +- plugins/telemetry/go.mod | 2 +- tests/async/go.mod | 2 +- tests/governance/go.mod | 2 +- tests/scripts/1millogs/go.mod | 2 +- tests/scripts/migration-checker/go.mod | 2 +- tests/semanticcache/go.mod | 2 +- transports/Dockerfile | 4 +-- transports/Dockerfile.local | 4 +-- transports/Dockerfile.redhat | 2 +- transports/go.mod | 2 +- 44 files changed, 63 insertions(+), 63 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index ec3ffbddca..2fde8bd132 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index bfeb83bb39..ec0738f951 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Run chart-testing (lint) run: | diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 70bb7e3605..85122bab7e 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -77,7 +77,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 327b06d99c..15e9d0b16d 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -67,7 +67,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Run CLI tests working-directory: cli @@ -97,7 +97,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Configure Git run: | diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 014c5b8f35..1e2d0f03f8 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -119,7 +119,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Detect what needs release id: detect @@ -192,7 +192,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -311,7 +311,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Docker Compose run: | @@ -416,7 +416,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Docker Compose run: | @@ -521,7 +521,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -595,7 +595,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -685,7 +685,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -815,7 +815,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -935,7 +935,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1031,7 +1031,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1130,7 +1130,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Configure Git run: | @@ -1250,7 +1250,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1368,7 +1368,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1432,7 +1432,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1501,7 +1501,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 diff --git a/.github/workflows/scripts/schemasync/go.mod b/.github/workflows/scripts/schemasync/go.mod index 0b8a2eee00..78322fe9e2 100644 --- a/.github/workflows/scripts/schemasync/go.mod +++ b/.github/workflows/scripts/schemasync/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/tools/schema-sync -go 1.26.2 +go 1.26.3 require golang.org/x/tools v0.30.0 diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 9b2dbe801c..ee3005df45 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -59,7 +59,7 @@ jobs: - name: Setup Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Setup Go workspace run: make setup-workspace @@ -132,7 +132,7 @@ jobs: - name: Setup Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Setup Go workspace run: make setup-workspace diff --git a/Makefile b/Makefile index 733ea4e01e..60a5a1af13 100644 --- a/Makefile +++ b/Makefile @@ -386,7 +386,7 @@ _build-with-docker: # Internal target for Docker-based cross-compilation -e GOOS=$(TARGET_OS) \ -e GOARCH=$(TARGET_ARCH) \ $(if $(LOCAL),,-e GOWORK=off) \ - golang:1.26.1-alpine3.23 \ + golang:1.26.3-alpine3.23 \ sh -c "apk add --no-cache gcc musl-dev && \ go build \ -ldflags='-w -s -X main.Version=v$(VERSION)' \ @@ -403,7 +403,7 @@ _build-with-docker: # Internal target for Docker-based cross-compilation -e GOOS=$(TARGET_OS) \ -e GOARCH=$(TARGET_ARCH) \ $(if $(LOCAL),,-e GOWORK=off) \ - golang:1.26.1-alpine3.23 \ + golang:1.26.3-alpine3.23 \ sh -c "apk add --no-cache gcc musl-dev && \ go build \ -ldflags='-w -s -extldflags "-static" -X main.Version=v$(VERSION)' \ diff --git a/cli/go.mod b/cli/go.mod index 9c81186805..d30447614e 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/cli -go 1.26.2 +go 1.26.3 require ( github.com/bytedance/sonic v1.15.0 diff --git a/core/go.mod b/core/go.mod index 7c23b41efc..4ec19dd849 100644 --- a/core/go.mod +++ b/core/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/core -go 1.26.2 +go 1.26.3 require ( cloud.google.com/go v0.123.0 diff --git a/examples/mcps/auth-demo-server/go.mod b/examples/mcps/auth-demo-server/go.mod index a504c44a06..6beca2db53 100644 --- a/examples/mcps/auth-demo-server/go.mod +++ b/examples/mcps/auth-demo-server/go.mod @@ -1,6 +1,6 @@ module auth-demo-server -go 1.26.2 +go 1.26.3 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/edge-case-server/go.mod b/examples/mcps/edge-case-server/go.mod index 6bc0c8d556..6694e749b6 100644 --- a/examples/mcps/edge-case-server/go.mod +++ b/examples/mcps/edge-case-server/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/mcps/edge-case-server -go 1.26.2 +go 1.26.3 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/error-test-server/go.mod b/examples/mcps/error-test-server/go.mod index ea9d5e760f..cc267638f6 100644 --- a/examples/mcps/error-test-server/go.mod +++ b/examples/mcps/error-test-server/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/mcps/error-test-server -go 1.26.2 +go 1.26.3 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/go-test-server/go.mod b/examples/mcps/go-test-server/go.mod index e0157678cf..bf8f9f6cf8 100644 --- a/examples/mcps/go-test-server/go.mod +++ b/examples/mcps/go-test-server/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/mcps/go-test-server -go 1.26.2 +go 1.26.3 require ( github.com/google/uuid v1.6.0 diff --git a/examples/mcps/http-no-ping-server/go.mod b/examples/mcps/http-no-ping-server/go.mod index 4dae226d90..793e3ffa69 100644 --- a/examples/mcps/http-no-ping-server/go.mod +++ b/examples/mcps/http-no-ping-server/go.mod @@ -1,6 +1,6 @@ module http-no-ping-server -go 1.26.2 +go 1.26.3 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/oauth-demo-server/go.mod b/examples/mcps/oauth-demo-server/go.mod index 48b5603389..938ec35b95 100644 --- a/examples/mcps/oauth-demo-server/go.mod +++ b/examples/mcps/oauth-demo-server/go.mod @@ -1,6 +1,6 @@ module oauth-demo-server -go 1.26.2 +go 1.26.3 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/parallel-test-server/go.mod b/examples/mcps/parallel-test-server/go.mod index 950742ac3a..20468e3cfc 100644 --- a/examples/mcps/parallel-test-server/go.mod +++ b/examples/mcps/parallel-test-server/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/mcps/parallel-test-server -go 1.26.2 +go 1.26.3 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/plugins/hello-world-wasm-go/go.mod b/examples/plugins/hello-world-wasm-go/go.mod index 67dbd664e8..d3354e4113 100644 --- a/examples/plugins/hello-world-wasm-go/go.mod +++ b/examples/plugins/hello-world-wasm-go/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/hello-world-wasm -go 1.26.2 +go 1.26.3 require github.com/maximhq/bifrost/core v1.4.17 diff --git a/examples/plugins/hello-world/Makefile b/examples/plugins/hello-world/Makefile index cd6bc6a9b6..54c8baa875 100644 --- a/examples/plugins/hello-world/Makefile +++ b/examples/plugins/hello-world/Makefile @@ -127,7 +127,7 @@ _build-with-docker: # Internal target for Docker-based cross-compilation -e CGO_ENABLED=1 \ -e GOOS=$(TARGET_OS) \ -e GOARCH=$(TARGET_ARCH) \ - golang:1.26.1-alpine3.23 \ + golang:1.26.3-alpine3.23 \ sh -c "apk add --no-cache gcc musl-dev && \ go build -buildmode=plugin -ldflags='-w -s' -trimpath -o $(OUTPUT) main.go"; \ echo "$(COLOR_SUCCESS)✓ Plugin built successfully: $(OUTPUT) ($(TARGET_OS)/$(TARGET_ARCH))$(COLOR_RESET)"; \ diff --git a/examples/plugins/hello-world/go.mod b/examples/plugins/hello-world/go.mod index 99d72e424d..31bd0a9b3d 100644 --- a/examples/plugins/hello-world/go.mod +++ b/examples/plugins/hello-world/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/hello-world -go 1.26.2 +go 1.26.3 require github.com/maximhq/bifrost/core v1.5.12 diff --git a/examples/plugins/http-transport-only/go.mod b/examples/plugins/http-transport-only/go.mod index 77bf6f68a4..1b7d5a1675 100644 --- a/examples/plugins/http-transport-only/go.mod +++ b/examples/plugins/http-transport-only/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/http-transport-only -go 1.26.2 +go 1.26.3 replace github.com/maximhq/bifrost/core => ../../../core diff --git a/examples/plugins/llm-only/go.mod b/examples/plugins/llm-only/go.mod index a971af88d0..8e65877359 100644 --- a/examples/plugins/llm-only/go.mod +++ b/examples/plugins/llm-only/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/llm-only -go 1.26.2 +go 1.26.3 replace github.com/maximhq/bifrost/core => ../../../core diff --git a/examples/plugins/mcp-only/go.mod b/examples/plugins/mcp-only/go.mod index 2f7e35e1da..9a64eb3426 100644 --- a/examples/plugins/mcp-only/go.mod +++ b/examples/plugins/mcp-only/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/mcp-only -go 1.26.2 +go 1.26.3 require github.com/maximhq/bifrost/core v1.5.12 diff --git a/examples/plugins/multi-interface/go.mod b/examples/plugins/multi-interface/go.mod index 838b7c27ca..3eb1b2e609 100644 --- a/examples/plugins/multi-interface/go.mod +++ b/examples/plugins/multi-interface/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/multi-interface -go 1.26.2 +go 1.26.3 replace github.com/maximhq/bifrost/core => ../../../core diff --git a/framework/go.mod b/framework/go.mod index 56c86891d1..eacf555dc1 100644 --- a/framework/go.mod +++ b/framework/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/framework -go 1.26.2 +go 1.26.3 require ( cloud.google.com/go/storage v1.61.3 diff --git a/plugins/compat/go.mod b/plugins/compat/go.mod index 1843b79230..9f9a21f612 100644 --- a/plugins/compat/go.mod +++ b/plugins/compat/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/compat -go 1.26.2 +go 1.26.3 require ( github.com/bytedance/sonic v1.15.0 diff --git a/plugins/governance/go.mod b/plugins/governance/go.mod index 1b9e856cf9..56ccbece4c 100644 --- a/plugins/governance/go.mod +++ b/plugins/governance/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/governance -go 1.26.2 +go 1.26.3 require gorm.io/gorm v1.31.1 diff --git a/plugins/jsonparser/go.mod b/plugins/jsonparser/go.mod index 19e1ed46f7..535b375662 100644 --- a/plugins/jsonparser/go.mod +++ b/plugins/jsonparser/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/jsonparser -go 1.26.2 +go 1.26.3 require github.com/maximhq/bifrost/core v1.5.12 diff --git a/plugins/logging/go.mod b/plugins/logging/go.mod index b0c801db05..909611f8c4 100644 --- a/plugins/logging/go.mod +++ b/plugins/logging/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/logging -go 1.26.2 +go 1.26.3 require ( github.com/bytedance/sonic v1.15.0 diff --git a/plugins/maxim/go.mod b/plugins/maxim/go.mod index 926de89b97..d701783684 100644 --- a/plugins/maxim/go.mod +++ b/plugins/maxim/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/maxim -go 1.26.2 +go 1.26.3 require ( github.com/maximhq/bifrost/core v1.5.12 diff --git a/plugins/mocker/go.mod b/plugins/mocker/go.mod index 9377ab4993..84fedbdfc2 100644 --- a/plugins/mocker/go.mod +++ b/plugins/mocker/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/mocker -go 1.26.2 +go 1.26.3 require ( github.com/jaswdr/faker/v2 v2.8.0 diff --git a/plugins/otel/go.mod b/plugins/otel/go.mod index f3433e5497..581e0ea321 100644 --- a/plugins/otel/go.mod +++ b/plugins/otel/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/otel -go 1.26.2 +go 1.26.3 require ( github.com/maximhq/bifrost/core v1.5.12 diff --git a/plugins/prompts/go.mod b/plugins/prompts/go.mod index 4e0487db47..e2ef72d2dd 100644 --- a/plugins/prompts/go.mod +++ b/plugins/prompts/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/prompts -go 1.26.2 +go 1.26.3 require ( github.com/maximhq/bifrost/core v1.5.12 diff --git a/plugins/semanticcache/go.mod b/plugins/semanticcache/go.mod index ca90ce730e..75da5844db 100644 --- a/plugins/semanticcache/go.mod +++ b/plugins/semanticcache/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/semanticcache -go 1.26.2 +go 1.26.3 require ( github.com/cespare/xxhash/v2 v2.3.0 diff --git a/plugins/telemetry/go.mod b/plugins/telemetry/go.mod index abb9594237..2e88257e54 100644 --- a/plugins/telemetry/go.mod +++ b/plugins/telemetry/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/telemetry -go 1.26.2 +go 1.26.3 require ( github.com/bytedance/sonic v1.15.0 diff --git a/tests/async/go.mod b/tests/async/go.mod index 1e7b31bec7..64ffd55147 100644 --- a/tests/async/go.mod +++ b/tests/async/go.mod @@ -1,3 +1,3 @@ module github.com/maximhq/bifrost/tests/async -go 1.26.2 +go 1.26.3 diff --git a/tests/governance/go.mod b/tests/governance/go.mod index b3ff55d545..f8318a3b73 100644 --- a/tests/governance/go.mod +++ b/tests/governance/go.mod @@ -1,3 +1,3 @@ module github.com/maximhq/bifrost/tests/governance -go 1.26.2 +go 1.26.3 diff --git a/tests/scripts/1millogs/go.mod b/tests/scripts/1millogs/go.mod index e51491f776..a9398b4ea4 100644 --- a/tests/scripts/1millogs/go.mod +++ b/tests/scripts/1millogs/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/tests/scripts/1millogs -go 1.26.2 +go 1.26.3 require ( github.com/maximhq/bifrost/core v1.4.18 diff --git a/tests/scripts/migration-checker/go.mod b/tests/scripts/migration-checker/go.mod index a06ecc3002..f5b2b6319c 100644 --- a/tests/scripts/migration-checker/go.mod +++ b/tests/scripts/migration-checker/go.mod @@ -1,3 +1,3 @@ module github.com/maximhq/bifrost/tests/scripts/migration-checker -go 1.26.2 +go 1.26.3 diff --git a/tests/semanticcache/go.mod b/tests/semanticcache/go.mod index 5417c6abe8..ca5ff2a600 100644 --- a/tests/semanticcache/go.mod +++ b/tests/semanticcache/go.mod @@ -1,3 +1,3 @@ module github.com/maximhq/bifrost/tests/semanticcache -go 1.26.2 +go 1.26.3 diff --git a/transports/Dockerfile b/transports/Dockerfile index 286efd437b..4e180c1872 100644 --- a/transports/Dockerfile +++ b/transports/Dockerfile @@ -17,7 +17,7 @@ # Skip the copy-build step since we'll copy the files in the Go build stage # --- Go Build Stage: Compile the Go binary --- - FROM golang:1.26.2-alpine3.23@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder + FROM golang:1.26.3-alpine3.23@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d AS builder WORKDIR /app # Install dependencies including gcc for CGO and sqlite (with latest security patches) @@ -51,7 +51,7 @@ RUN test -f /app/main || (echo "Build failed" && exit 1) # --- Runtime Stage: Minimal runtime image --- - FROM alpine:3.21.7@sha256:48b0309ca019d89d40f670aa1bc06e426dc0931948452e8491e3d65087abc07d + FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 WORKDIR /app # Install runtime dependencies for CGO-enabled binary diff --git a/transports/Dockerfile.local b/transports/Dockerfile.local index 9c58f72ab1..684e688527 100644 --- a/transports/Dockerfile.local +++ b/transports/Dockerfile.local @@ -17,7 +17,7 @@ # Skip the copy-build step since we'll copy the files in the Go build stage # --- Go Build Stage: Compile the Go binary using local modules --- - FROM golang:1.26.2-alpine3.23@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder + FROM golang:1.26.3-alpine3.23@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d AS builder WORKDIR /build # Install dependencies including gcc for CGO and sqlite @@ -65,7 +65,7 @@ RUN test -f /app/main || (echo "Build failed" && exit 1) # --- Runtime Stage: Minimal runtime image --- - FROM alpine:3.21.7@sha256:48b0309ca019d89d40f670aa1bc06e426dc0931948452e8491e3d65087abc07d + FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 WORKDIR /app # Install runtime dependencies for CGO-enabled binary diff --git a/transports/Dockerfile.redhat b/transports/Dockerfile.redhat index cc99533c33..cecf9b5aa8 100644 --- a/transports/Dockerfile.redhat +++ b/transports/Dockerfile.redhat @@ -17,7 +17,7 @@ RUN npm run build-enterprise # Skip the copy-build step since we'll copy the files in the Go build stage # --- Go Build Stage: Compile the Go binary --- -FROM golang:1.26.2-alpine3.23@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder +FROM golang:1.26.3-alpine3.23@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d AS builder WORKDIR /app # Install dependencies including gcc for CGO and sqlite (with latest security patches) diff --git a/transports/go.mod b/transports/go.mod index 479dc73a22..14b715149f 100644 --- a/transports/go.mod +++ b/transports/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/transports -go 1.26.2 +go 1.26.3 require ( github.com/andybalholm/brotli v1.2.0