فهرست منبع

Update linter.yml

Kslr 5 سال پیش
والد
کامیت
4b7d729221
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      .github/workflows/linter.yml

+ 0 - 7
.github/workflows/linter.yml

@@ -23,13 +23,6 @@ jobs:
       - name: Checkout codebase
         uses: actions/checkout@v2
 
-      - name: Cache go module
-        uses: actions/cache@v2
-        with:
-          path: ~/go/pkg/mod
-          key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
-          restore-keys: ${{ runner.os }}-go-
-
       - name: golangci-lint
         uses: golangci/golangci-lint-action@v2
         with: