Skip to content

Commit

Permalink
fix(ci): golangci Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Oct 9, 2024
1 parent 94f83bb commit ded4c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: go test -timeout 30s -v ./...

- name: Linting
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.0
with:
version: v6.1.0
version: v1.61.0

# Inherits workflow permissions.
python:
Expand Down

0 comments on commit ded4c7e

Please sign in to comment.