From 87270e2420a28a97be9b135f4b48ac1769006278 Mon Sep 17 00:00:00 2001 From: outdead Date: Wed, 6 Jan 2021 00:55:41 +0300 Subject: [PATCH] Up golangci linter to 1.33 version in CI --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c8bb28..48fef26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acad2c..75d93a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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