Skip to content

Commit

Permalink
feat: update golangci-lint version (#250)
Browse files Browse the repository at this point in the history
Updated golangci-lint version (which prevented the release workflow from
running successfully).

**Checklist**

- [ ] I covered my changes with tests.
- [ ] I Updated the documentation that is affected by my changes:
  - [ ] Change in the CLI arguments
  - [ ] Change in the configuration file
  • Loading branch information
cx-ruio authored Oct 3, 2024
1 parent 3ad660a commit 4b9e443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
go-version: "^1.22"
- name: Go Linter
run: docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.57.2 golangci-lint run -v -E gofmt --timeout=5m
run: docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.61.0 golangci-lint run -v -E gofmt --timeout=5m

- name: Unit Tests
run: go test ./...
Expand Down

0 comments on commit 4b9e443

Please sign in to comment.