Skip to content

Conversation

@andygrunwald
Copy link
Owner

@andygrunwald andygrunwald commented Sep 16, 2025

What type of PR is this?

  • bug
  • cleanup
  • feature

What this PR does / why we need it:

  • upgraded github.com/google/go-cmp v0.5.8 => v0.7.0
  • upgraded go 1.15 => 1.21 (required for the go-cmp upgrade)
  • upgraded github.com/golang-jwt/jwt/v4 v4.4.2 => v4.5.2
  • Github Actions: Upgrade actions/checkout from v3 to v5
  • Github Actions: Upgrade actions/setup-go from v3 to v6
  • Github Actions: Upgrade dominikh/staticcheck-action from v1.2 to v1.4
  • upgraded static v2022.1 => v2023.1
  • Remove deprecated ioutil package
  • Get Continuous Integration working again

Which issue(s) this PR fixes:

Fixes #714

Special notes for your reviewer:

None

Additional documentation e.g., usage docs, etc.:

None

@andygrunwald andygrunwald changed the title V1.17.0 dev upgrade dependencies Upgraded github.com/google/go-cmp (v0.5.8 => v0.7.0), go (1.15 => 1.21), github.com/golang-jwt/jwt/v4 (v4.4.2 => v4.5.2) Sep 16, 2025
"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.  (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.  (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.  (SA1019)
@andygrunwald andygrunwald changed the title Upgraded github.com/google/go-cmp (v0.5.8 => v0.7.0), go (1.15 => 1.21), github.com/golang-jwt/jwt/v4 (v4.4.2 => v4.5.2) Upgraded github.com/google/go-cmp (v0.5.8 => v0.7.0), go (1.15 => 1.21), github.com/golang-jwt/jwt/v4 (v4.4.2 => v4.5.2), upgrade Github Actions, remove ioutil package and get Continuous Integration working again Sep 16, 2025
@andygrunwald andygrunwald merged commit 93f28dd into v1.17.0-dev Sep 16, 2025
6 checks passed
@andygrunwald andygrunwald deleted the v1.17.0-dev-upgrade-dependencies branch September 16, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants