File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -961,15 +961,6 @@ jobs:
961
961
- name : Setup Go
962
962
uses : ./.github/actions/setup-go
963
963
964
- # Needed to build dylibs.
965
- - name : go install tools
966
- run : |
967
- go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
968
- go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34
969
- go install golang.org/x/tools/cmd/goimports@latest
970
- go install github.com/mikefarah/yq/v4@v4.44.3
971
- go install go.uber.org/mock/mockgen@v0.5.0
972
-
973
964
- name : Install rcodesign
974
965
if : ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
975
966
run : |
Original file line number Diff line number Diff line change @@ -599,6 +599,7 @@ gen/mark-fresh:
599
599
examples/examples.gen.json \
600
600
$(TAILNETTEST_MOCKS ) \
601
601
coderd/database/pubsub/psmock/psmock.go \
602
+ agent/agentcontainers/acmock/acmock.go \
602
603
"
603
604
604
605
for file in $$files; do
You can’t perform that action at this time.
0 commit comments