Skip to content

Commit 002dabb

Browse files
committed
build: setup go [build]
1 parent c5dba9b commit 002dabb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ jobs:
2424
id: gitversion
2525
uses: gittools/actions/gitversion/execute@v3
2626

27-
- name: Build
27+
- uses: actions/setup-go@v5
28+
with:
29+
go-version-file: 'go.mod'
30+
31+
- name: Install Go dependencies
32+
run: go get .
33+
34+
- name: Build guppy
2835
env:
2936
VERSION: ${{ steps.gitversion.outputs.MajorMinorPatch }}
3037
POSTHOG_ENDPOINT: ${{ secrets.POSTHOG_ENDPOINT }}

0 commit comments

Comments
 (0)