Skip to content

Commit b13ce2e

Browse files
authored
Add setup go step (#179)
1 parent 5f67f0e commit b13ce2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
collapse-after: 50
9090
if: ${{ github.event_name == 'push' }}
9191

92+
- name: Setup Golang Environment
93+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
94+
with:
95+
go-version-file: go.mod
96+
9297
- name: Run GoReleaser
9398
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
9499
with:

0 commit comments

Comments
 (0)