Skip to content

Commit 30c65fa

Browse files
committed
Merge branch 'rc/0.16.0'
2 parents 94e3a1e + 89bbf3e commit 30c65fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
fetch-depth: 0
9494
- name: Fetch tags
9595
run: git fetch --force --tags
96+
- name: Setup Go
97+
uses: actions/setup-go@v2
98+
with:
99+
go-version: ${{ env.GO_VERSION }}
96100
- name: Run GoReleaser
97101
uses: goreleaser/goreleaser-action@v2
98102
with:

0 commit comments

Comments
 (0)