Skip to content

Commit

Permalink
Merge pull request #20 from itdove/go116-workflow
Browse files Browse the repository at this point in the history
Use go 1.16
  • Loading branch information
openshift-merge-robot authored Jun 15, 2021
2 parents 68388ae + 79030f5 commit 48d853d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build project
run: |
make build-bin
Expand Down

0 comments on commit 48d853d

Please sign in to comment.