From a3a45413bb957bbc4cb4638239b65b28bccbf61b Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Tue, 20 Aug 2024 08:45:08 +0200 Subject: [PATCH] Use Go 1.23.0 --- .github/workflows/ci.yml | 2 +- scripts/build-deb.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cf8648..c42631d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: matrix: include: # Recommended version - - go-version: '1.22.x' + - go-version: '1.23.x' couchdb-version: '3.3.3' lint: true # More exotic version diff --git a/scripts/build-deb.sh b/scripts/build-deb.sh index 342c216..25e1f37 100755 --- a/scripts/build-deb.sh +++ b/scripts/build-deb.sh @@ -15,7 +15,7 @@ export DEBFULLNAME="Cozycloud Packaging Team" export DEBEMAIL="debian@cozycloud.cc" [ -z "${UPSTREAM_VERSION+x}" ] && UPSTREAM_VERSION="3.0" [ -z "${WITH_TRANSIFEX+x}" ] && WITH_TRANSIFEX=true -GOVERSION="1.22.4" +GOVERSION="1.23.0" TODAY=$(date +%Y%m%d%H%M%S) # If .transifexrc file exists AND contains a password different from 'None' then keep going