Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldz committed May 9, 2024
1 parent e1e0ea0 commit c383f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
check:
name: "Quality checks"
runs-on: ubuntu-latest
# env:
# GOPATH: ${{ github.workspace }}
env:
GOPATH: ${{ github.workspace }}
defaults:
run:
working-directory: ${{ github.workspace }}/src/github.com/${{ github.repository }}
Expand All @@ -35,7 +35,7 @@ jobs:
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.21.x
- run: go run ci/mage.go -v CheckCopyright
- run: go run ci/mage.go -v CheckGoImports
- run: go run ci/mage.go -v CheckGoLint
Expand Down

0 comments on commit c383f49

Please sign in to comment.