Skip to content

Commit d0c9cf8

Browse files
committed
chore(dogfood/coder): remove unused go-fuzz dependency
1 parent ab45772 commit d0c9cf8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dogfood/coder/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ RUN apt-get update && \
6565
# we're using for the version of go-critic that it embeds, then check
6666
# the version of ruleguard in go-critic for that tag.
6767
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 && \
7168
# go-releaser for building 'fat binaries' that work cross-platform
7269
go install github.com/goreleaser/goreleaser@v1.6.1 && \
7370
go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0 && \

0 commit comments

Comments
 (0)