Skip to content

Commit

Permalink
Use Go 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Aug 20, 2024
1 parent b0ae53e commit a3a4541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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="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
Expand Down

0 comments on commit a3a4541

Please sign in to comment.