We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5dba9b commit 002dabbCopy full SHA for 002dabb
.github/workflows/build.yaml
@@ -24,7 +24,14 @@ jobs:
24
id: gitversion
25
uses: gittools/actions/gitversion/execute@v3
26
27
- - name: Build
+ - 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
35
env:
36
VERSION: ${{ steps.gitversion.outputs.MajorMinorPatch }}
37
POSTHOG_ENDPOINT: ${{ secrets.POSTHOG_ENDPOINT }}
0 commit comments