Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0c9cf8

Browse files
committed
chore(dogfood/coder): remove unused go-fuzz dependency
1 parentab45772 commitd0c9cf8

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)

[8]ページ先頭

©2009-2025 Movatter.jp