1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-25 20:55:55 -04:00

updating git workflow to use golangci-lint version 1.32 (#922)

This commit is contained in:
gravestench 2020-11-13 10:59:38 -08:00 committed by GitHub
parent ef6f90c01c
commit 7a75dbc284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
continue-on-error: false
uses: golangci/golangci-lint-action@v1.2.1
with:
version: v1.27
version: v1.32
- name: Run tests
env:

View File

@ -27,7 +27,7 @@ jobs:
continue-on-error: false
uses: golangci/golangci-lint-action@v1.2.1
with:
version: v1.27
version: v1.32
- name: Run tests
env: