Changed to mod version on golangci-lint.yml so it can be tested on pull req

This commit is contained in:
Pulkit Kathuria 2023-08-31 15:54:28 +09:00
parent 3be93e6510
commit 7296bcfffb

View File

@ -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