Browse Source

use setupGo v3

Matthew R. Kasun 3 years ago
parent
commit
2f0c986177
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/buildandrelease.yml

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

@@ -436,7 +436,7 @@ jobs:
           echo "PACKAGE_VERSION=${VERSION}" >> $GITHUB_ENV
           echo "PACKAGE_VERSION=${VERSION}" >> $GITHUB_ENV
         shell: bash
         shell: bash
       - name: Setup go
       - name: Setup go
-        uses: actions/setup-go@v2
+        uses: actions/setup-go@v3
         with:
         with:
           go-version: 1.18
           go-version: 1.18
       - name: Build
       - name: Build