mirror of https://github.com/hashicorp/packer
Makefile: bump golangci-lint to 1.46.0 (#11977)
Since we moved to go 1.18, we should bump golangci-lint to a version that supports it. This change is motivated by the fact that some valid go code was being rejected by the `typecheck` with aliased modules beign unrecognised, namely the `hcl' module, imported from `hcl/v2'. This should not cause any issues as the typechecker should be aware that the package exported by `hcl/v2' is indeed called `hcl', but for some reason, with version 0.42.0, it does not work.pull/11974/head
parent
f56414afed
commit
7091726ca6
Loading…
Reference in new issue