File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - name : Install Go
1212 uses : actions/setup-go@v3
1313 with :
14- go-version : ' 1.20 '
14+ go-version : ' 1.24 '
1515 - name : Checkout code
1616 uses : actions/checkout@v3
1717 - name : Run tests
Original file line number Diff line number Diff line change 2020 - name : Install Go
2121 uses : actions/setup-go@v3
2222 with :
23- go-version : ' 1.20 '
23+ go-version : ' 1.24 '
2424 - name : Checkout code
2525 uses : actions/checkout@v3
2626 - name : Run tests
3232 - name : Install Go
3333 uses : actions/setup-go@v3
3434 with :
35- go-version : ' 1.20 '
35+ go-version : ' 1.24 '
3636 - name : Install Gomobile
3737 run : go install golang.org/x/mobile/cmd/gomobile@latest
3838 - name : Checkout code
Original file line number Diff line number Diff line change 11module github.com/AndreasSko/go-jwlm
22
3- go 1.20
3+ go 1.24
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.2
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
153153github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
154154github.com/google/go-cmp v0.5.4 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
155155github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o =
156+ github.com/google/go-cmp v0.5.7 /go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE =
156157github.com/google/martian v2.1.0+incompatible /go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs =
157158github.com/google/martian/v3 v3.0.0 /go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0 =
158159github.com/google/martian/v3 v3.1.0 /go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0 =
@@ -336,6 +337,7 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
336337golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b /go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4 =
337338golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa /go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc =
338339golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 h1:kUhD7nTDoI3fVd9G4ORWrbV5NY0liEs/Jg2pv5f+bBA =
340+ golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
339341golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
340342golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
341343golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 /go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8 =
You can’t perform that action at this time.
0 commit comments