specifically, there are `go vet` errors with reuse...
# kolide
c
specifically, there are
go vet
errors with reuse of struct tags, but running
go test ./...
works fine
z
I'm not getting that. What Go version are you on?
c
sorry just saw your reply. I’m on 1.12
z
This is a bit baffling to me. It works for me locally with 1.12.5 and it works on CI.
c
hrm…
if it helps,
go version
prints out
go version go1.12 darwin/amd64
, though I’m not sure which patch release I’m running
I think I’m not on 1.12.5 - looks like the embedded struct tag thing was fixed in https://github.com/golang/go/issues/30465
yep that was definitely the issue. just downloaded
1.12.5
and it’s now working
z
Nice, glad you got it sorted.
c
yeah same here. I probably should have upgraded sooner lol