Thanks to visit codestin.com
Credit goes to github.com

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

-9
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/[email protected]
968-
go install storj.io/drpc/cmd/[email protected]
969-
go install golang.org/x/tools/cmd/goimports@latest
970-
go install github.com/mikefarah/yq/[email protected]
971-
go install go.uber.org/mock/[email protected]
972-
973964
- name: Install rcodesign
974965
if: ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
975966
run: |

Makefile

+1
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)