Skip to content

Commit

Permalink
Merge pull request #327 from gibizer/golang-github-action
Browse files Browse the repository at this point in the history
Force golang 1.19 in github action
  • Loading branch information
openshift-merge-robot authored Apr 4, 2023
2 parents 14713d4 + 78505d5 commit d5cf384
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-operator-dont-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.x

- name: Checkout nova-operator repository
uses: actions/checkout@v3

Expand Down

0 comments on commit d5cf384

Please sign in to comment.