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.3
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: c2c0656178869720a1d9b013ed881db8b7a191ae
Choose a head ref
  • 11 commits
  • 21 files changed
  • 2 contributors

Commits on Feb 4, 2024

  1. Clean up build stuff

    1. Uses modern go in Dockerfile
    2. Fix `make build` pre-reqs
    3. Remove interim BUILDFLAGS handling
    
    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    21f901d View commit details
    Browse the repository at this point in the history
  2. Remove LINTER_BIN from Makefile

    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    afc095d View commit details
    Browse the repository at this point in the history
  3. Remove vendor dir which is unused

    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    9c6c57f View commit details
    Browse the repository at this point in the history
  4. Passthrough buildkit platform args

    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    6bf89fd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #77 from cpuguy83/update_builds

    Clean up build stuff
    cpuguy83 authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b19b556 View commit details
    Browse the repository at this point in the history
  6. Bump actions/setup-go from 4 to 5

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    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 Feb 4, 2024
    Configuration menu
    Copy the full SHA
    f21233e View commit details
    Browse the repository at this point in the history
  7. Prepend table preprocessor

    When a table is present we need to instruct the groff to enable the
    table preprocessor.
    This surpresses warnings from groff.
    
    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b262760 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge pull request #108 from cpuguy83/dependabot/github_actions/actio…

    …ns/setup-go-5
    
    Bump actions/setup-go from 4 to 5
    cpuguy83 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    592b328 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.7.0...v4.0.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 Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6902dc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

    …gci/golangci-lint-action-4.0.0
    
    Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
    cpuguy83 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b597a58 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #111 from cpuguy83/tbl_preprocessor

    Prepend table preprocessor
    cpuguy83 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c2c0656 View commit details
    Browse the repository at this point in the history
Loading