Skip to content

Commit

Permalink
Fix lint action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhan9san committed Apr 3, 2023
1 parent 27d2f68 commit dc4a67c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ on:

jobs:
golangci:
strategy:
matrix:
go-version: [1.17.x]
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '1.17'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.49
Expand Down

0 comments on commit dc4a67c

Please sign in to comment.