diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 98216da..6edf6ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - GO_VER: 1.25.5 + GO_VER: 1.25.6 GINKGO_VER: 2.27.3 jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4374411..9eacd06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: - 'v*' env: - GO_VER: 1.25.5 + GO_VER: 1.25.6 UBUNTU_VER: 22.04 APP_VER: ${{ github.ref_name }} diff --git a/go.mod b/go.mod index e65754e..d8abc50 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/anoideaopen/robot -go 1.25.5 +go 1.25.6 require ( github.com/anoideaopen/common-component v0.0.7 diff --git a/test/integration/go.mod b/test/integration/go.mod index 39df851..b6b9d4c 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.5 +go 1.25.6 tool ( github.com/IBM/idemix/tools/idemixgen