We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab45772 commit d0c9cf8Copy full SHA for d0c9cf8
dogfood/coder/Dockerfile
@@ -65,9 +65,6 @@ RUN apt-get update && \
65
# we're using for the version of go-critic that it embeds, then check
66
# the version of ruleguard in go-critic for that tag.
67
go install github.com/quasilyte/go-ruleguard/cmd/ruleguard@v0.3.13 && \
68
- # go-fuzz for fuzzy testing. they don't publish releases so we rely on latest.
69
- go install github.com/dvyukov/go-fuzz/go-fuzz@latest && \
70
- go install github.com/dvyukov/go-fuzz/go-fuzz-build@latest && \
71
# go-releaser for building 'fat binaries' that work cross-platform
72
go install github.com/goreleaser/goreleaser@v1.6.1 && \
73
go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0 && \
0 commit comments