File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- go-version : [1.19 .x, 1.20 .x, 1.21 .x, 1.22 .x]
9
+ go-version : [1.21 .x, 1.22 .x, 1.23 .x, 1.24 .x]
10
10
steps :
11
11
- name : Checkout code
12
12
uses : actions/checkout@v3
38
38
- name : Install Go
39
39
uses : actions/setup-go@v3
40
40
with :
41
- go-version : 1.22 .x
41
+ go-version : 1.21 .x
42
42
43
43
- name : Create release
44
44
id : create_release
Original file line number Diff line number Diff line change 1
1
module github.com/nyaruka/phonenumbers
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2
2
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
3
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
4
+ github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
4
5
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
5
6
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
6
7
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
You can’t perform that action at this time.
0 commit comments