Ibotta / sopstool

SOPS multi-file wrapper
Apache License 2.0
38 stars 4 forks source link

bump to go1.19 #54

Closed onyxraven closed 2 years ago

onyxraven commented 2 years ago

Background

Bump to latest things.

  1. to run golangci-lint in 1.19, had to upgrade past 1.48 -
  2. this introduced some new lints

    oswrap/exec.go:16: File is not `goimports`-ed (goimports)
    //todo use oswrap.Instance() instead of package local ow?
    oswrap/os.go:4:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: 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)

Versioning

Patch release

onyxraven commented 2 years ago

tested by hand too.