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: cpuguy83/go-md2man
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: cpuguy83/go-md2man
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 8 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 7, 2022

  1. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    7332934 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from cpuguy83/dependabot/github_actions/action…

    …s/checkout-3
    
    Bump actions/checkout from 2 to 3
    cpuguy83 authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    623449e View commit details
    Browse the repository at this point in the history
  3. Bump golangci/golangci-lint-action from 2 to 3.1.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.1.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v2...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f79f718 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge pull request #81 from cpuguy83/dependabot/github_actions/golang…

    …ci/golangci-lint-action-3.1.0
    
    Bump golangci/golangci-lint-action from 2 to 3.1.0
    cpuguy83 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    3fb8c13 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Bump actions/setup-go from 2 to 3

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    b8cf444 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merge pull request #84 from cpuguy83/dependabot/github_actions/action…

    …s/setup-go-3
    
    Bump actions/setup-go from 2 to 3
    cpuguy83 authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d33c36c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Update go in tests and Dockerfile

    Some other dockerfile changes for cross compilation support and making
    it easier to swap out the build image/go-version.
    
    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    4a927df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from cpuguy83/updates

    Update go in tests and Dockerfile
    cpuguy83 authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d970781 View commit details
    Browse the repository at this point in the history
Loading