Skip to content

Commit

Permalink
chore: bump go version to 1.16 in ci build (#625)
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance authored Nov 3, 2021
1 parent 0ed1e81 commit 2d61231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
git push origin v${{steps.release.outputs.major}}.${{steps.release.outputs.minor}}.${{steps.release.outputs.patch}} || true
- uses: actions/setup-go@v2
with:
go-version: "1.16"

# Standard build tasks
- name: Build
Expand Down

0 comments on commit 2d61231

Please sign in to comment.