mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-15 04:57:06 -05:00
updating git workflow to use golangci-lint version 1.32 (#922)
This commit is contained in:
parent
ef6f90c01c
commit
7a75dbc284
2
.github/workflows/pullRequest.yml
vendored
2
.github/workflows/pullRequest.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/pushToMaster.yml
vendored
2
.github/workflows/pushToMaster.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user