rahulbcn27 commented on code in PR #49: URL: https://github.com/apache/cloudstack-terraform-provider/pull/49#discussion_r1090435227
########## .github/workflows/build.yml: ########## @@ -0,0 +1,26 @@ +name: Build-Check Review Comment: license added ########## .github/workflows/build.yml: ########## @@ -0,0 +1,26 @@ +name: Build-Check + +on: [push, pull_request] + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +jobs: + build: + runs-on: ubuntu-22.04 + + steps: + - uses: actions/checkout@v3 + + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version: 1.16.x Review Comment: version updated to 1.19.x -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org