File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 if : steps.cache.outputs.cache-hit != 'true'
3131 uses : actions/setup-go@v6
3232 with :
33- go-version : ' 1.24.9 '
33+ go-version : ' 1.26.4 '
3434 - name : Native Build
3535 if : steps.cache.outputs.cache-hit != 'true'
3636 run : ./run lib core
5353 if : steps.cache.outputs.cache-hit != 'true'
5454 uses : actions/setup-go@v6
5555 with :
56- go-version : ' 1.24.9 '
56+ go-version : ' 1.26.4 '
5757 - name : Mieru Build
5858 if : steps.cache.outputs.cache-hit != 'true'
5959 run : ./run lib mieru
Original file line number Diff line number Diff line change 3535 if : steps.cache.outputs.cache-hit != 'true'
3636 uses : actions/setup-go@v6
3737 with :
38- go-version : ' 1.24.9 '
38+ go-version : ' 1.26.4 '
3939 - name : Native Build
4040 if : steps.cache.outputs.cache-hit != 'true'
4141 run : ./run lib core
5858 if : steps.cache.outputs.cache-hit != 'true'
5959 uses : actions/setup-go@v6
6060 with :
61- go-version : ' 1.24.9 '
61+ go-version : ' 1.26.4 '
6262 - name : Mieru Build
6363 if : steps.cache.outputs.cache-hit != 'true'
6464 run : ./run lib mieru
Original file line number Diff line number Diff line change 2626 if : steps.cache.outputs.cache-hit != 'true'
2727 uses : actions/setup-go@v6
2828 with :
29- go-version : ' 1.24.9 '
29+ go-version : ' 1.26.4 '
3030 - name : Native Build
3131 if : steps.cache.outputs.cache-hit != 'true'
3232 run : ./run lib core
4949 if : steps.cache.outputs.cache-hit != 'true'
5050 uses : actions/setup-go@v6
5151 with :
52- go-version : ' 1.24.9 '
52+ go-version : ' 1.26.4 '
5353 - name : Mieru Build
5454 if : steps.cache.outputs.cache-hit != 'true'
5555 run : ./run lib mieru
Original file line number Diff line number Diff line change 3232 if : steps.cache.outputs.cache-hit != 'true'
3333 uses : actions/setup-go@v6
3434 with :
35- go-version : ' 1.24.9 '
35+ go-version : ' 1.26.4 '
3636 - name : Native Build
3737 if : steps.cache.outputs.cache-hit != 'true'
3838 run : ./run lib core
5555 if : steps.cache.outputs.cache-hit != 'true'
5656 uses : actions/setup-go@v6
5757 with :
58- go-version : ' 1.24.9 '
58+ go-version : ' 1.26.4 '
5959 - name : Mieru Build
6060 if : steps.cache.outputs.cache-hit != 'true'
6161 run : ./run lib mieru
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module libcore
22
33go 1.24.7
44
5- toolchain go1.24.9
5+ toolchain go1.26.4
66
77require (
88 github.com/dyhkwong/sing-juicity v0.0.3
You can’t perform that action at this time.
0 commit comments