Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 27b765e

Browse files
committed
Remove go build from workflow
1 parent caecf5a commit 27b765e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ jobs:
123123
uses: actions/setup-go@v2
124124
with:
125125
go-version: 1.18.7
126-
- name: build binaries
127-
run: make go/mod go/bin
128126
- name: Build image Phlare
129127
run: make docker-image/phlare/build "BUILDX_ARGS=--cache-from=type=gha --cache-to=type=gha"
130128

@@ -163,8 +161,6 @@ jobs:
163161
uses: actions/setup-go@v2
164162
with:
165163
go-version: 1.18.7
166-
- name: build binaries
167-
run: make go/mod go/bin
168164
- name: Login to GCR
169165
uses: docker/login-action@v2
170166
with:

0 commit comments

Comments
 (0)