Changed to mod version on golangci-lint.yml so it can be tested on pull req
This commit is contained in:
parent
3be93e6510
commit
7296bcfffb
5
.github/workflows/golangci-lint.yml
vendored
5
.github/workflows/golangci-lint.yml
vendored
@ -14,9 +14,10 @@ jobs:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v4
|
||||
- name: Set up Go
|
||||
uses: kevincobain2000/action-gobrew@v2.2
|
||||
with:
|
||||
go-version: '1.21'
|
||||
version: 'mod'
|
||||
- uses: actions/checkout@v3
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user