Skip to content

Commit

Permalink
ci: Increase required Go version (#2344)
Browse files Browse the repository at this point in the history
`cozy-stack` now requires Go v1.21+.
  • Loading branch information
taratatach authored Sep 17, 2024
1 parent 0ef6a3a commit aceb1b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

unit:
needs: [cancel, docker_cache_key]
runs-on: macos-12
runs-on: macos-13
name: Unit tests
strategy:
matrix:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

integration:
needs: [cancel, docker_cache_key]
runs-on: macos-12
runs-on: macos-13
name: Integration tests
strategy:
matrix:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

scenarios:
needs: [cancel, docker_cache_key]
runs-on: macos-12
runs-on: macos-13
name: Scenarios
strategy:
matrix:
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:

build:
needs: cancel
runs-on: macos-12
runs-on: macos-13
name: Build packages
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit aceb1b2

Please sign in to comment.