Skip to content

Commit 08b4172

Browse files
authored
Merge pull request #366 from Shopify/norman/dev-update
update dev setup
2 parents 65bd2d3 + 5acb97f commit 08b4172

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: actions/setup-go@v5
5151
with:
52-
go-version: 1.16
52+
go-version: 1.18
5353

5454
- name: Starting up MySQL
5555
run: .github/workflows/start-mysql.sh
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v4
7676
- uses: actions/setup-go@v5
7777
with:
78-
go-version: 1.16
78+
go-version: 1.18
7979
- uses: ruby/setup-ruby@v1
8080
with:
8181
ruby-version: 3.2

dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ env:
55

66
up:
77
- packages:
8-
8+
- mysql_client
99
- ruby
1010
- bundler
1111
- go:
12-
version: "1.16"
12+
version: "1.18"
1313
- podman
1414
- custom:
1515
name: Go Dependencies

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ in stdenv.mkDerivation {
1515
buildInputs = [
1616
env
1717
ruby
18-
go_1_16
18+
go_1_18
1919
mysql57
2020
];
2121
}

0 commit comments

Comments
 (0)