소스 검색

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 년 전
부모
커밋
d0213ce50b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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