Commit graph

7 commits

Author SHA1 Message Date
Oliver Gugger
995b136149
make+tools: don't compile with build tag to avoid collision
It looks like one of the projects pulled in by the linter also uses the
"tools" build tag. When we turn on that build tag, we get build errors
in github.com/ryancurrah/gomodguard. So we just remove the build tag
during compilation as it's not actually needed (the build tag is just
there to not pull in the dependencies during the normal build).
2023-02-23 11:25:50 +01:00
Oliver Gugger
0dcecdf362
tools: bump linter version to fix error 2023-02-23 11:09:01 +01:00
Oliver Gugger
b277f49d14
tools: fix linter issue with go 1.19 2023-02-08 17:05:34 +01:00
positiveblue
a6aea9cc5e
Revert "ci: fix lint VSC permissions error"
This reverts commit ad3d2d943b.
2023-01-06 08:31:40 -08:00
positiveblue
ad3d2d943b
ci: fix lint VSC permissions error 2023-01-06 02:26:32 -08:00
positiveblue
033991dbad
build: update go to v1.19.4-beta 2023-01-06 01:53:11 -08:00
Oliver Gugger
79bfd5f25b
tools+make+lint: use dockerized tools 2022-08-03 20:33:06 +02:00