Skip to content

Commit

Permalink
ci: Increase required Go version
Browse files Browse the repository at this point in the history
  `cozy-stack` now requires Go v1.21+.
  • Loading branch information
taratatach committed Sep 17, 2024
1 parent 0ef6a3a commit 445292c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 445292c

Please sign in to comment.