You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "rahulbcn27 (via GitHub)" <gi...@apache.org> on 2023/01/30 10:27:42 UTC

[GitHub] [cloudstack-terraform-provider] rahulbcn27 commented on a diff in pull request #49: Rahulbcn27 GitHub actions 1

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-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org