Skip to content

Commit

Permalink
fix: go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Jul 6, 2023
1 parent 40918c7 commit 15a2c41
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
with:
go-version: 1.18

- name: Go Cache
uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
~/.cache/go-build
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
# - name: Go Cache
# uses: actions/cache@v2
# with:
# path: |
# ~/go/pkg/mod
# ~/.cache/go-build
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-go-

- name: Lint using golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 15a2c41

Please sign in to comment.