Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golangci/golangci-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.45.0
Choose a base ref
...
head repository: golangci/golangci-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.45.2
Choose a head ref
  • 11 commits
  • 26 files changed
  • 4 contributors

Commits on Mar 18, 2022

  1. docs: Update documentation and assets (#2655)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    golangci-releaser and ldez authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    d9602c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    243ec6f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. build(deps): bump github.com/hashicorp/go-version from 1.2.1 to 1.4.0 (

    …#2659)
    
    Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.2.1 to 1.4.0.
    - [Release notes](https://github.com/hashicorp/go-version/releases)
    - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-version@v1.2.1...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-version
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    e187dd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8d689 View commit details
    Browse the repository at this point in the history
  3. fix: update base images (#2661)

    ldez authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    93feed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd37b5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f055441 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    8f7f44d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. build(deps): bump actions/cache from 2.1.7 to 3 (#2674)

    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](actions/cache@v2.1.7...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    da0a6b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. feat: automatic Go version detection (#2669)

    * feat: disable unsupported go1.18 govet analyzers
    * fix: inactivate interfacer with go1.18
    ldez authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    7bbbe77 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. fix: help command (#2681)

    ldez authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    8bdc4d3 View commit details
    Browse the repository at this point in the history
Loading