Forráskód Böngészése

Merge pull request #1 from coredao-org/feature/cicd

Feature/cicd
Victory 3 éve
szülő
commit
96fabc6d66

+ 4 - 1
.github/workflows/build-test.yml

@@ -11,11 +11,14 @@ on:
       - master
       - develop
 
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
 jobs:
   unit-test:
     strategy:
       matrix:
-        go-version: [1.16.x]
+        go-version: [1.17.x]
         os: [ubuntu-18.04]
     runs-on: ${{ matrix.os }}
     steps:

+ 1 - 1
.github/workflows/lint.yml

@@ -15,7 +15,7 @@ jobs:
   unit-test:
     strategy:
       matrix:
-        go-version: [1.16.x]
+        go-version: [1.17.x]
         os: [ubuntu-18.04]
     runs-on: ${{ matrix.os }}
     steps:

+ 1 - 1
.github/workflows/pre-release.yml

@@ -10,7 +10,7 @@ jobs:
     name: Build Release
     strategy:
       matrix:
-        go-version: [1.16.x]
+        go-version: [1.17.x]
         os: [ubuntu-18.04, macos-11, windows-2019]
     runs-on: ${{ matrix.os }}
     steps:

+ 1 - 1
.github/workflows/release.yml

@@ -11,7 +11,7 @@ jobs:
     name: Build Release
     strategy:
       matrix:
-        go-version: [1.16.x]
+        go-version: [1.17.x]
         os: [ubuntu-18.04, macos-11, windows-2019]
     runs-on: ${{ matrix.os }}
     steps:

+ 1 - 1
.github/workflows/unit-test.yml

@@ -15,7 +15,7 @@ jobs:
   unit-test:
     strategy:
       matrix:
-        go-version: [1.16.x]
+        go-version: [1.17.x]
         os: [ubuntu-18.04]
     runs-on: ${{ matrix.os }}
     steps: