Browse Source

Merge pull request #1041 from gravitl/hotfix_v0.13.0_workflow

changed go from 1.17 to 1.18
dcarns 3 years ago
parent
commit
a9ad6358dd
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/buildandrelease.yml

+ 4 - 4
.github/workflows/buildandrelease.yml

@@ -57,7 +57,7 @@ jobs:
       - name: Setup go
       - name: Setup go
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         with:
         with:
-          go-version: 1.17
+          go-version: 1.18
       - name: Build
       - name: Build
         run: |
         run: |
           env CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netmaker main.go
           env CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netmaker main.go
@@ -86,7 +86,7 @@ jobs:
       - name: Setup go
       - name: Setup go
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         with:
         with:
-          go-version: 1.17
+          go-version: 1.18
       - name: Build
       - name: Build
         run: |
         run: |
           cd netclient
           cd netclient
@@ -169,7 +169,7 @@ jobs:
       - name: Setup go
       - name: Setup go
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         with:
         with:
-          go-version: 1.17
+          go-version: 1.18
       - name: Build
       - name: Build
         run: |
         run: |
           cd netclient
           cd netclient
@@ -410,7 +410,7 @@ jobs:
       - name: Setup go
       - name: Setup go
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         with:
         with:
-          go-version: 1.17
+          go-version: 1.18
       - name: Build
       - name: Build
         run: |
         run: |
           cd netclient
           cd netclient