Skip to content

Commit

Permalink
ci(lint): go-version switch to go.mod (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Apr 21, 2023
1 parent 1028392 commit bcb09ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: stable
go-version-file: go.mod
- uses: trunk-io/trunk-action@v1
golangci-lint:
if: >
Expand All @@ -45,5 +45,5 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: stable
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v3

0 comments on commit bcb09ee

Please sign in to comment.