We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f67f0e commit b13ce2eCopy full SHA for b13ce2e
.github/workflows/ci.yml
@@ -89,6 +89,11 @@ jobs:
89
collapse-after: 50
90
if: ${{ github.event_name == 'push' }}
91
92
+ - name: Setup Golang Environment
93
+ uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
94
+ with:
95
+ go-version-file: go.mod
96
+
97
- name: Run GoReleaser
98
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
99
with:
0 commit comments