File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- go-version : [ '1.21 ' ]
9+ go-version : [ '1.22 ' ]
1010 steps :
1111 - uses : actions/checkout@v1
1212 - name : Set up Go ${{ matrix.go-version }}
2020 runs-on : ubuntu-latest
2121 strategy :
2222 matrix :
23- go-version : [ '1.21 ' ]
23+ go-version : [ '1.22 ' ]
2424 steps :
2525 - uses : actions/checkout@v1
2626 - name : Set up Go ${{ matrix.go-version }}
Original file line number Diff line number Diff line change 11module github.com/TankerHQ/identity-go/v3
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/iancoleman/orderedmap v0.3.0
7- golang.org/x/crypto v0.12 .0
7+ golang.org/x/crypto v0.27 .0
88)
99
10- require golang.org/x/sys v0.11 .0 // indirect
10+ require golang.org/x/sys v0.25 .0 // indirect
Original file line number Diff line number Diff line change 11mygithub.libinneed.workers.dev/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJn+Ichc =
22mygithub.libinneed.workers.dev/iancoleman/orderedmap v0.3.0 /go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJDkXXS7VoV7XGE =
3- golang.org/x/crypto v0.12 .0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk =
4- golang.org/x/crypto v0.12 .0 /go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw =
5- golang.org/x/sys v0.11 .0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM =
6- golang.org/x/sys v0.11 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
3+ golang.org/x/crypto v0.27 .0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A =
4+ golang.org/x/crypto v0.27 .0 /go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70 =
5+ golang.org/x/sys v0.25 .0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34 =
6+ golang.org/x/sys v0.25 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments