From 8ed25e9c7d941fa770614240eb20464c98b3773e Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Tue, 10 Mar 2026 19:14:12 +0000 Subject: [PATCH] updated go version to 1.25 --- .github/workflows/coverage-go-daemons-reusable.yml | 2 +- .github/workflows/release-go-daemons-reusable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage-go-daemons-reusable.yml b/.github/workflows/coverage-go-daemons-reusable.yml index c07e97b..ce679e6 100644 --- a/.github/workflows/coverage-go-daemons-reusable.yml +++ b/.github/workflows/coverage-go-daemons-reusable.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: go-version: - - '1.24' + - '1.25' env: GOPRIVATE: github.com/anyproto steps: diff --git a/.github/workflows/release-go-daemons-reusable.yml b/.github/workflows/release-go-daemons-reusable.yml index 3e962a1..0ac1d0c 100644 --- a/.github/workflows/release-go-daemons-reusable.yml +++ b/.github/workflows/release-go-daemons-reusable.yml @@ -70,7 +70,7 @@ jobs: - arm64 os: ${{ fromJson(inputs.matrix-os) }} go-version: - - '1.24' + - '1.25' include: - arch: amd64 rpm_arch: x86_64