Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16621 build: Fix Go versions in rpm/deb packaging (#15174) #15255

Open
wants to merge 6 commits into
base: release/2.6
Choose a base branch
from

Commits on Oct 4, 2024

  1. DAOS-16621 build: Fix Go versions in rpm/deb packaging (#15174)

    - Set Go minimum version to 1.21 in rpm and debian packaging spec files.
    - Update scons Go version check to use version in go.mod.
    - Add a reminder in go.mod file so we remember the packaging files when
      bumping the minimum Go version in the future.
    - Update Ubuntu 22.04 Dockerfile to get an appropriate version of Go.
    
    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b227b4a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    2c3440b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    96e94a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge branch 'release/2.6' into kjacque/2.6/go-build-version-checks

    Allow-unstable-test: true
    kjacque committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    36f41ad View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge branch 'release/2.6' into kjacque/2.6/go-build-version-checks

    Required-githooks: true
    kjacque committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fe18786 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    6ab2652 View commit details
    Browse the repository at this point in the history