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: heroku/heroku-buildpack-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v187
Choose a base ref
...
head repository: heroku/heroku-buildpack-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v188
Choose a head ref
  • 2 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 16, 2024

  1. Use go1.20.14 for DefaultVersion (#540)

    * Use go1.20.14 for DefaultVersion
    
    * Specify goVersion for tests not using the default
    
    * Specify goVersion for old govendor fixtures
    
    * Specify GOVERSION for old GB tests
    
    * Drop godep-devel-go tests
    
    These attempt to install a very old Go version that can't be compiled
    with modern go versions (like the bootstrapped go version).
    
    * Specify goVersion for old govendor fixtures
    
    * Specify go-version for old dep fixtures
    
    * specify GOVERSION for old glide tests
    
    * Specify GOVERSION for pack glide tests
    
    * Specify GOVERSION for old glide test
    
    * Update changelog wording
    
    ---------
    
    Co-authored-by: Josh W Lewis <josh.lewis@salesforce.com>
    ashmckenzie and joshwlewis authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dfecaac View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Prepare release v188 (#546)

    Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
    heroku-linguist[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5740f38 View commit details
    Browse the repository at this point in the history
Loading