Browse Source

Merge pull request #452 from MHSanaei/dependabot/github_actions/actions/setup-go-4.0.1

Bump actions/setup-go from 4.0.0 to 4.0.1
Ho3ein 1 year ago
parent
commit
d0213ce50b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/release.yml

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

@@ -12,7 +12,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: Set up Go
-        uses: actions/[email protected].0
+        uses: actions/[email protected].1
         with:
           go-version: "stable"
       - name: build linux amd64 version
@@ -52,7 +52,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: Set up Go
-        uses: actions/[email protected].0
+        uses: actions/[email protected].1
         with:
           go-version: "stable"
       - name: build linux arm64 version