Skip to content

Commit

Permalink
Up golangci linter to 1.33 version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Jan 5, 2021
1 parent a2fb6e0 commit 87270e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.31
version: v1.33

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v1.1.2] - 2021-01-06
### Updated
- Updated golangci linter to 1.33 version in CI

## [v1.1.1] - 2021-01-06
### Updated
- Updated golangci linter to 1.33 version
Expand Down Expand Up @@ -35,7 +39,8 @@ job was joined with tests workflow.
### Added
- Initial implementation.

[Unreleased]: https://github.com/gorcon/websocket/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/gorcon/websocket/compare/v1.1.3...HEAD
[v1.1.2]: https://github.com/gorcon/websocket/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/gorcon/websocket/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/gorcon/websocket/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/gorcon/websocket/compare/v1.0.0...v1.0.1
Expand Down

0 comments on commit 87270e2

Please sign in to comment.