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 #219

Merged
merged 3 commits into from Aug 12, 2022
Merged

all: Bump Go Version to 1.18 #219

merged 3 commits into from Aug 12, 2022

Commits on Aug 11, 2022

  1. all: Bump Go Version to 1.18

    Reference: #218
    
    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
    Copy the full SHA
    321d430 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #219

    bflad committed Aug 11, 2022
    Copy the full SHA
    a0e6464 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    41e1413 View commit details
    Browse the repository at this point in the history