Migrate dep to go modules #95
Annotations
7 errors and 1 warning
src/github.com/omise/omise-go/client_test.go#L17
var `createTokenOp` is unused (unused)
|
src/github.com/omise/omise-go/internal/testutil/testutil.go#L31
S1038: should use t.Logf(...) instead of t.Log(fmt.Sprintf(...)) (gosimple)
|
src/github.com/omise/omise-go/json_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
src/github.com/omise/omise-go/internal/testutil/recorder_transport.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
src/github.com/omise/omise-go/internal/testutil/fixtures_transport_test.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
src/github.com/omise/omise-go/internal/endpoint.go#L6
SA9004: only the first constant in this group has an explicit type (staticcheck)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading