From bfbc7c043b6c6e595ffdd11c6ed30eb2f55e6bec Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Tue, 25 Apr 2023 13:22:29 +0200 Subject: [PATCH] ci: Update depencies - See https://blog.couchdb.org/2023/04/25/3-2-3-3-3-2/ for more information about CouchDB 3.3.2 - Use golang 1.20 since `cozy-stack` uses the same on Github Actions --- .github/workflows/linux.yaml | 4 ++-- .github/workflows/macos.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 137a57b06..2abebdb90 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -22,8 +22,8 @@ env: COZY_DESKTOP_HEARTBEAT: "1000" DISPLAY: ":99.0" NODE_VERSION: "14.17.6" - GO_VERSION: "1.19" - COUCHDB_VERSION: "3.2.2" + GO_VERSION: "1.20" + COUCHDB_VERSION: "3.3.2" COUCHDB_USER: "admin" COUCHDB_PASSWORD: "password" diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 6ed576c17..eec766c0b 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -23,8 +23,8 @@ env: COZY_DESKTOP_HEARTBEAT: "1000" DISPLAY: ":99.0" NODE_VERSION: "14.17.6" - GO_VERSION: "1.19" - COUCHDB_VERSION: "3.2.2" + GO_VERSION: "1.20" + COUCHDB_VERSION: "3.3.2" COUCHDB_USER: "admin" COUCHDB_PASSWORD: "password" OS_USERNAME: "${{ secrets.SWIFT_OS_USERNAME }}"