Skip to content

Commit

Permalink
Merge pull request #366 from Shopify/norman/dev-update
Browse files Browse the repository at this point in the history
update dev setup
  • Loading branch information
normanchenn authored Oct 9, 2024
2 parents 65bd2d3 + 5acb97f commit 08b4172
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: 1.18

- name: Starting up MySQL
run: .github/workflows/start-mysql.sh
Expand All @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: 1.18
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
Expand Down
4 changes: 2 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ env:

up:
- packages:
- mysql-client@5.7
- mysql_client
- ruby
- bundler
- go:
version: "1.16"
version: "1.18"
- podman
- custom:
name: Go Dependencies
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in stdenv.mkDerivation {
buildInputs = [
env
ruby
go_1_16
go_1_18
mysql57
];
}

0 comments on commit 08b4172

Please sign in to comment.