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

all: Bump Go Version to 1.18 #101

Merged
merged 2 commits into from
Aug 11, 2022
Merged

all: Bump Go Version to 1.18 #101

merged 2 commits into from
Aug 11, 2022

Commits on Aug 11, 2022

  1. all: Bump Go Version to 1.18

    Reference: #100
    
    Updated via:
    
    ```shell
    go mod edit -go=1.18
    go mod tidy
    go fix ./...
    ```
    
    And textual file updates, such as GitHub Actions workflows and the README.
    bflad committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    573ae93 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #101

    bflad committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    456ab8c View commit details
    Browse the repository at this point in the history