diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 0abe28803..49d0e6267 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -22,7 +22,7 @@ env: COZY_DESKTOP_HEARTBEAT: "1000" DISPLAY: ":99.0" NODE_VERSION: "18.12.1" - GO_VERSION: "1.19" + GO_VERSION: "1.21" COUCHDB_VERSION: "3.2.2" COUCHDB_USER: "admin" COUCHDB_PASSWORD: "password" diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 0d8360cd9..db4ef7a05 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -23,7 +23,7 @@ env: COZY_DESKTOP_HEARTBEAT: "1000" DISPLAY: ":99.0" NODE_VERSION: "20.15.1" - GO_VERSION: "1.19" + GO_VERSION: "1.21" COUCHDB_VERSION: "3.2.2" COUCHDB_USER: "admin" COUCHDB_PASSWORD: "password"