From bcb772f72c8e7f1fdad87b897927d65477dfaa8b Mon Sep 17 00:00:00 2001 From: Fedor Partanskiy Date: Sun, 8 Feb 2026 15:59:56 +0300 Subject: [PATCH] bump go to 1.25.7 Signed-off-by: Fedor Partanskiy --- .github/workflows/go.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- test/integration/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6edf6ef..e453f1d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - GO_VER: 1.25.6 + GO_VER: 1.25.7 GINKGO_VER: 2.27.3 jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9eacd06..f8b8aa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: - 'v*' env: - GO_VER: 1.25.6 + GO_VER: 1.25.7 UBUNTU_VER: 22.04 APP_VER: ${{ github.ref_name }} diff --git a/go.mod b/go.mod index d8abc50..a37c52d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/anoideaopen/robot -go 1.25.6 +go 1.25.7 require ( github.com/anoideaopen/common-component v0.0.7 diff --git a/test/integration/go.mod b/test/integration/go.mod index f31b030..67d52b7 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -1,6 +1,6 @@ module github.com/anoideaopen/robot/test/integration -go 1.25.6 +go 1.25.7 tool ( github.com/IBM/idemix/tools/idemixgen