Skip to content

Limiting goimports version to v0.27.0 to avoid stdlib package issues in go v1.22#307

Open
mohamuni wants to merge 1 commit into
CiscoDevNet:mainfrom
mohamuni:goimports_fix
Open

Limiting goimports version to v0.27.0 to avoid stdlib package issues in go v1.22#307
mohamuni wants to merge 1 commit into
CiscoDevNet:mainfrom
mohamuni:goimports_fix

Conversation

@mohamuni

Copy link
Copy Markdown
Contributor

goimports v0.28.0 use slice package from go standard library. slice package is available from go v1.22 and above but terraform currently is based on go v1.19 leading to package not found issue for slice package. Hence changes are made to use the most compatible version v0.27.0

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.

1 participant