Skip to content

Commit 238b638

Browse files
authored
ci: add missing files to gen/mark-fresh (coder#16504)
1 parent 9bb2e51 commit 238b638

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -961,15 +961,6 @@ jobs:
961961
- name: Setup Go
962962
uses: ./.github/actions/setup-go
963963

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-
973964
- name: Install rcodesign
974965
if: ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
975966
run: |

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ gen/mark-fresh:
599599
examples/examples.gen.json \
600600
$(TAILNETTEST_MOCKS) \
601601
coderd/database/pubsub/psmock/psmock.go \
602+
agent/agentcontainers/acmock/acmock.go \
602603
"
603604

604605
for file in $$files; do

0 commit comments

Comments
 (0)