File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2828 name : Set up Go
2929 uses : actions/setup-go@v2
3030 with :
31- go-version : 1.17
31+ go-version : 1.22
3232 -
3333 name : Import GPG key
3434 id : import_gpg
Original file line number Diff line number Diff line change 3737 - name : Set up Go
38383939 with :
40- go-version : ' 1.17 '
40+ go-version : ' 1.22 '
4141 id : go
4242
4343 - name : Check out code into the Go module directory
6666 - name : Set up Go
67676868 with :
69- go-version : ' 1.17 '
69+ go-version : ' 1.22 '
7070 id : go
7171
7272 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1- 1.17 .0
1+ 1.22 .0
Original file line number Diff line number Diff line change 22# behavior.
33before :
44 hooks :
5- - go mod tidy -compat=1.17
5+ - go mod tidy -compat=1.22
66builds :
77- env :
88 - CGO_ENABLED=0
Original file line number Diff line number Diff line change 11module github.com/SumoLogic/terraform-provider-sumologic
22
3- go 1.17
3+ go 1.22
44
55require (
66 github.com/go-errors/errors v1.4.0
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIG
345345github.com/google/martian/v3 v3.1.0 /go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0 =
346346github.com/google/martian/v3 v3.2.1 /go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk =
347347github.com/google/martian/v3 v3.3.2 h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw =
348+ github.com/google/martian/v3 v3.3.2 /go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk =
348349github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 /go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc =
349350github.com/google/pprof v0.0.0-20190515194954-54271f7e092f /go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc =
350351github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc /go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM =
@@ -815,6 +816,7 @@ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9sn
815816golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
816817golang.org/x/term v0.1.0 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
817818golang.org/x/term v0.15.0 h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4 =
819+ golang.org/x/term v0.15.0 /go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0 =
818820golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
819821golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
820822golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments