Skip to content

Commit 2d61231

Browse files
authored
chore: bump go version to 1.16 in ci build (#625)
Signed-off-by: Lance Ball <[email protected]>
1 parent 0ed1e81 commit 2d61231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
git push origin v${{steps.release.outputs.major}}.${{steps.release.outputs.minor}}.${{steps.release.outputs.patch}} || true
5959
6060
- uses: actions/setup-go@v2
61+
with:
62+
go-version: "1.16"
6163

6264
# Standard build tasks
6365
- name: Build

0 commit comments

Comments
 (0)