2
0
Эх сурвалжийг харах

Bump golangci/golangci-lint-action from 7 to 8 (#1400)

* Bump golangci/golangci-lint-action from 7 to 8

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump golangci-lint version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wade Simmons <[email protected]>
dependabot[bot] 3 долоо хоног өмнө
parent
commit
d34c2b8e06

+ 4 - 4
.github/workflows/test.yml

@@ -32,9 +32,9 @@ jobs:
       run: make vet
       run: make vet
 
 
     - name: golangci-lint
     - name: golangci-lint
-      uses: golangci/golangci-lint-action@v7
+      uses: golangci/golangci-lint-action@v8
       with:
       with:
-        version: v2.0
+        version: v2.1
 
 
     - name: Test
     - name: Test
       run: make test
       run: make test
@@ -115,9 +115,9 @@ jobs:
       run: make vet
       run: make vet
 
 
     - name: golangci-lint
     - name: golangci-lint
-      uses: golangci/golangci-lint-action@v7
+      uses: golangci/golangci-lint-action@v8
       with:
       with:
-        version: v2.0
+        version: v2.1
 
 
     - name: Test
     - name: Test
       run: make test
       run: make test