File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-22.04
1111 strategy :
1212 matrix :
13- go : ['1.17 .13', '1.18.4 ', '1.19 ']
13+ go : ['1.19 .13', '1.20.10 ', '1.21.3 ']
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717
1818 - name : Setup Go
1919 uses : actions/setup-go@v3
Original file line number Diff line number Diff line change 11module github.com/PuerkitoBio/purell
22
3- go 1.19
3+ go 1.21
44
55require (
6- golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
7- golang.org/x/text v0.3.7
6+ golang.org/x/net v0.17.0
7+ golang.org/x/text v0.13.0
88)
Original file line number Diff line number Diff line change 1- golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 h1:Yqz/iviulwKwAREEeUd3nbBFn0XuyJqkoft2IlrvOhc =
2- golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 /go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c =
3- golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk =
4- golang.org/x/text v0.3.7 /go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ =
1+ golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM =
2+ golang.org/x/net v0.17.0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
3+ golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k =
4+ golang.org/x/text v0.13.0 /go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE =
You can’t perform that action at this time.
0 commit comments