FS#76127 - [staticcheck] built with a different version of go

Attached to Project: Community Packages
Opened by Yuri Kanivetsky (x-yuri) - Thursday, 06 October 2022, 19:50 GMT
Last edited by Morten Linderud (Foxboron) - Thursday, 11 May 2023, 21:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To George Rawlinson (rawlinsong)
Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: I noticed this when started using vscode and its go extension. It tells me that staticcheck must be built with a version of go that is compatible with the version I'm running.

https://github.com/golang/vscode-go/blob/v0.35.2/src/goInstallTools.ts#L849-L852

$ go version
go version go1.19.1 linux/amd64

$ go version /usr/bin/staticcheck
/usr/bin/staticcheck: go1.18.5

I'm not sure how much it matters, but seems reasonable.
This task depends upon

Closed by  Morten Linderud (Foxboron)
Thursday, 11 May 2023, 21:06 GMT
Reason for closing:  Fixed

Loading...