File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- goVer : ['1.18 ', '1.20 ']
15
+ goVer : ['1.23 ', '1.24 ']
16
16
steps :
17
17
- name : Checkout Repo
18
18
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
module github.com/emmansun/sm9
2
2
3
- go 1.18
3
+ go 1.23.0
4
4
5
- require golang.org/x/sys v0.30 .0
5
+ require golang.org/x/sys v0.31 .0
Original file line number Diff line number Diff line change 1
1
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
2
2
golang.org/x/sys v0.30.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
3
+ golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
4
+ golang.org/x/sys v0.31.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
You can’t perform that action at this time.
0 commit comments