File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
- uses : actions/checkout@v4
50
50
- uses : actions/setup-go@v5
51
51
with :
52
- go-version : 1.16
52
+ go-version : 1.18
53
53
54
54
- name : Starting up MySQL
55
55
run : .github/workflows/start-mysql.sh
75
75
- uses : actions/checkout@v4
76
76
- uses : actions/setup-go@v5
77
77
with :
78
- go-version : 1.16
78
+ go-version : 1.18
79
79
- uses : ruby/setup-ruby@v1
80
80
with :
81
81
ruby-version : 3.2
Original file line number Diff line number Diff line change 5
5
6
6
up :
7
7
- packages :
8
-
8
+ - mysql_client
9
9
- ruby
10
10
- bundler
11
11
- go :
12
- version : " 1.16 "
12
+ version : " 1.18 "
13
13
- podman
14
14
- custom :
15
15
name : Go Dependencies
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ in stdenv.mkDerivation {
15
15
buildInputs = [
16
16
env
17
17
ruby
18
- go_1_16
18
+ go_1_18
19
19
mysql57
20
20
] ;
21
21
}
You can’t perform that action at this time.
0 commit comments