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

Add go 1.19 #224

Merged
merged 7 commits into from
Mar 7, 2023
Merged

Add go 1.19 #224

merged 7 commits into from
Mar 7, 2023

Commits on Mar 6, 2023

  1. .github: Update go and ubuntu versions

    - add go 1.19.{5,6}
    - remove Ubuntu 18.04 and add 22.04
    Mathieu Borderé committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    acd5b71 View commit details
    Browse the repository at this point in the history
  2. integration_test: Update error message when incorrectly binding param…

    …eters
    
    Signed-off-by: Mathieu Borderé <mathieu.bordere@canonical.com>
    Mathieu Borderé committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e0ae254 View commit details
    Browse the repository at this point in the history
  3. example_test: Fix output comments.

    Signed-off-by: Mathieu Borderé <mathieu.bordere@canonical.com>
    Mathieu Borderé committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6e45464 View commit details
    Browse the repository at this point in the history
  4. cmd: Use buffered channel for use with os.Signal

    Signed-off-by: Mathieu Borderé <mathieu.bordere@canonical.com>
    Mathieu Borderé committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    466a0bc View commit details
    Browse the repository at this point in the history
  5. github: remove deadcode

    seems incompatible with go 1.19
    
    Signed-off-by: Mathieu Borderé <mathieu.bordere@canonical.com>
    Mathieu Borderé committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    febb043 View commit details
    Browse the repository at this point in the history
  6. actions: remove overalls

    Signed-off-by: Mathieu Borderé <mathieu.bordere@canonical.com>
    Mathieu Borderé committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    2ef0aa7 View commit details
    Browse the repository at this point in the history
  7. app/tls: Remove some options from SimpleTLSConfig.

    Let go manage sane defaults, except MinVersion, a server can still use
    TLS 1.0 which seems a bit too old imo.
    
    - value from `curvePreferences` breaks go 1.19.6 so removed it.
    - `PreferServerCipherSuites` is deprecated.
    - Let go manage `CipherSuites` as it will take a safe default list.
    Mathieu Borderé committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5fc49f0 View commit details
    Browse the repository at this point in the history