-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump deps to latest This started as a flyctl upgrade (the version that we were using was no longer unsupported), and then moved to everything else. It's been a while (>4 months), time to pull the latest minors and see if anything breaks: - Ubuntu 22.04 LTS (Jammy Jellyfish) - Elixir 1.14.5 - Golang 1.20.12 - flyctl 0.1.134 For Node.js, pull the latest Active LTS, which is currently: - Node.js 20.10.0 FTR: https://nodejs.org/en/about/previous-releases For Erlang, we have a few minors in 26 already, and everything works as expected, so let's bump to latest stable: - Erlang 26.2 We should also bump Elixir to latest minor (currently 1.15) as a follow-up. There were issues with it, will add more details to the PR. Signed-off-by: Gerhard Lazu <gerhard@changelog.com> * Remove mage dependency 1.15.0 cannot be installed on macOS ARM, getting 404s. Use `go run main` until we switch to the latest Dagger which runs everything through its CLI. Signed-off-by: Gerhard Lazu <gerhard@changelog.com> * Don't be verbose when untar-ing Node.js It spams the logs unnecessarily. Signed-off-by: Gerhard Lazu <gerhard@changelog.com> * No need to remove the Node.js archive It's a container image, all layers are preserved anyways. Signed-off-by: Gerhard Lazu <gerhard@changelog.com> * Capture latest local deps install Signed-off-by: Gerhard Lazu <gerhard@changelog.com> * Review INFRASTRUCTURE Signed-off-by: Gerhard Lazu <gerhard@changelog.com> --------- Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
- Loading branch information
Showing
6 changed files
with
23 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
direnv 2.32.3 | ||
elixir 1.14.4 | ||
erlang 25.3.2 | ||
golang 1.20.4 | ||
nodejs 18.17.0 | ||
elixir 1.14.5 | ||
erlang 26.2 | ||
golang 1.20.12 | ||
nodejs 20.10.0 | ||
yarn 1.22.19 | ||
postgres 15.3 | ||
flyctl 0.1.66 | ||
mage 1.15.0 | ||
flyctl 0.1.134 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters