From 4c88e4bffca0cb240f3eee195ab09f8da84919cb Mon Sep 17 00:00:00 2001 From: Fedor Partanskiy Date: Sat, 6 Dec 2025 01:08:28 +0300 Subject: [PATCH] bump go to 1.25.5 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 55b0938..e21e7da 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - GO_VER: 1.25.4 + GO_VER: 1.25.5 GINKGO_VER: 2.27.2 jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 886fe72..4374411 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: - 'v*' env: - GO_VER: 1.25.4 + GO_VER: 1.25.5 UBUNTU_VER: 22.04 APP_VER: ${{ github.ref_name }} diff --git a/go.mod b/go.mod index 0674f57..d0dc20a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/anoideaopen/robot -go 1.25.4 +go 1.25.5 require ( github.com/anoideaopen/common-component v0.0.7 diff --git a/test/integration/go.mod b/test/integration/go.mod index 4e22c0b..d325de0 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.4 +go 1.25.5 tool ( github.com/IBM/idemix/tools/idemixgen