Skip to content

Commit

Permalink
Build with golang 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot committed Mar 6, 2024
1 parent 7401948 commit 226a044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-deb.sh
Expand Up @@ -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.0"
GOVERSION="1.22.1"
TODAY=$(date +%Y%m%d%H%M%S)

# If .transifexrc file exists AND contains a password different from 'None' then keep going
Expand Down

0 comments on commit 226a044

Please sign in to comment.