Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

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 Toolybird (Toolybird) - Friday, 07 October 2022, 05:07 GMT
Task Type Bug Report
Category Packages
Status Assigned
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 0%
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

Loading...