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: b14773d
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: 4416315
Choose a head ref
  • 14 commits
  • 5 files changed
  • 6 contributors

Commits on Oct 7, 2024

  1. Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.1.1.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6.1.0...v6.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f63c5a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Fix typo and add links

    grahammiln authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dc32f30 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Merge pull request #127 from cpuguy83/dependabot/github_actions/golan…

    …gci/golangci-lint-action-6.1.1
    
    Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
    cpuguy83 authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    994a324 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. gha: update golangci-lint to v1.62.2

    The current version is not compatible with go1.23
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    3509795 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from grahammiln/patch-1

    Fix typo, add links, and formatting
    thaJeztah authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    0ab6705 View commit details
    Browse the repository at this point in the history
  3. README change binary name in usage example

    Also format the example.
    
    Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
    mikelolasagasti authored and thaJeztah committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    67f97ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #126 from mikelolasagasti/readme-change-name

    README change binary name in usage example
    thaJeztah authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    469a148 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Merge pull request #131 from thaJeztah/bump_golangci_lint

    gha: update golangci-lint to v1.62.2
    cpuguy83 authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    bb5af6e View commit details
    Browse the repository at this point in the history
  2. Revert "md2man.go: rename ioutil to io" for compat with go <= 1.17

    This reverts commit 7607604.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    44f94ac View commit details
    Browse the repository at this point in the history
  3. md2man: use local copy of bytes.Copy for compat with go < 1.17

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    90cf377 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #130 from thaJeztah/keep_go111_compat

    Preserve compatibility with go <= 1.17
    cpuguy83 authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    ae728a9 View commit details
    Browse the repository at this point in the history
  5. README: update instructions for installing and running

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    5edcd73 View commit details
    Browse the repository at this point in the history
  6. update minimum go version to go1.12, and test in gha

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    73f3da7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #129 from thaJeztah/gha_go_1.11

    update minimum go version to go1.12, and test in gh
    cpuguy83 authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    4416315 View commit details
    Browse the repository at this point in the history
Loading