Skip to content

Commit

Permalink
Build package with golang 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot committed Jun 5, 2024
1 parent 265865e commit 43f3cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export DEBFULLNAME="Cozycloud Packaging Team"
export DEBEMAIL="[email protected]"
[ -z "${UPSTREAM_VERSION+x}" ] && UPSTREAM_VERSION="3.0"
[ -z "${WITH_TRANSIFEX+x}" ] && WITH_TRANSIFEX=true
GOVERSION="1.22.1"
GOVERSION="1.22.4"
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 43f3cd1

Please sign in to comment.