Skip to content

update for most recent three go versions #212

update for most recent three go versions

update for most recent three go versions #212

Triggered via pull request October 14, 2023 13:48
Status Failure
Total duration 54s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
45s
Run golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Run golangci-lint: testsaml/parse.go#L9
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)
Run golangci-lint: identity_provider.go#L12
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)
Run golangci-lint: service_provider.go#L15
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)
Run golangci-lint
issues found
Run golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/