Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
marrgancovka committed May 28, 2024
1 parent 69063cf commit 6b50105
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ jobs:
with:
go-version: '1.21.x'

- name: Clean Go module cache
run: |
rm -rf ~/.cache/go-build
rm -rf ~/go/pkg/mod
- name: Cache Go modules
uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

Expand Down

0 comments on commit 6b50105

Please sign in to comment.