Skip to content

Commit d820de3

Browse files
committed
fix
1 parent 0c7c498 commit d820de3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
fi
6262
fi
6363
64+
# https://github.com/actions/setup-go
65+
- name: Setup go
66+
uses: actions/setup-go@v4
67+
with:
68+
go-version: '^1.21.5' # The Go version to download (if necessary) and use.
69+
6470
- name: Build test binary
6571
run: go test -c .
6672

0 commit comments

Comments
 (0)