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: obalunenko/advent-of-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Choose a base ref
...
head repository: obalunenko/advent-of-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.0
Choose a head ref
  • 9 commits
  • 6,616 files changed
  • 2 contributors

Commits on Dec 5, 2022

  1. chore(deps): bump github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 (#218)

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.5 to 2.23.6.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.23.5...v2.23.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0dc39e3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#217)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3.3.1...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    f929773 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump k2bd/advent-readme-stars from 1.0.2 to 1.0.3 (#215)

    Bumps [k2bd/advent-readme-stars](https://github.com/k2bd/advent-readme-stars) from 1.0.2 to 1.0.3.
    - [Release notes](https://github.com/k2bd/advent-readme-stars/releases)
    - [Commits](k2bd/advent-readme-stars@1.0.2...v1.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: k2bd/advent-readme-stars
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    52bc7d3 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump stefanzweifel/git-auto-commit-action (#216)

    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.4 to 4.16.0.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v4.15.4...v4.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    cec8ab8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. chore(deps): bump golang.org/x/tools from 0.3.0 to 0.4.0 in /tools (#221

    )
    
    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.3.0 to 0.4.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.3.0...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    1b0352b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. chore: Migrate to usage of go-tools docker image instead of vendored (#…

    …224)
    
    * chore: Migrate to go-tools docker image instead of vendored
    
    * ci: Remove tools from dependabot config
    
    * ci: Optimize pipeline
    
    * docs: Update Readme coverage
    
    * chore: Pin gotools image version in makefile
    
    * refactor: DRY for compose file and commands
    obalunenko authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    22d5f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df2da6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eec49f3 View commit details
    Browse the repository at this point in the history
  4. fix: New version script

    obalunenko committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b2c71a1 View commit details
    Browse the repository at this point in the history
Loading