Skip to content

Commit

Permalink
ci: fix buildir can't load package
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed May 14, 2024
1 parent 53bb6bd commit f897751
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
go-version: ${{ matrix.go-version }}
cache: true

- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --verbose

- name: Install dependencies
run: go get ./...

Expand All @@ -42,3 +36,9 @@ jobs:

- name: Display Go version
run: go version

- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --verbose

0 comments on commit f897751

Please sign in to comment.