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

Merged
merged 3 commits into from Aug 11, 2022
Merged

all: Bump Go Version to 1.18 #1027

merged 3 commits into from Aug 11, 2022

Commits on Aug 10, 2022

  1. all: Bump Go Version to 1.18

    Reference: #834
    Reference: #1026
    Reference: hashicorp/terraform-website#2279
    
    Updates everything for Go 1.18 by running the following:
    
    ```shell
    go mod edit -go=1.18
    go mod tidy
    go fix ./...
    ```
    
    And updating textual files such as GitHub Actions workflows and the README.
    bflad committed Aug 10, 2022
    Copy the full SHA
    ec71b9b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #1027

    bflad committed Aug 10, 2022
    Copy the full SHA
    c4fc7f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Copy the full SHA
    7cbdd9c View commit details
    Browse the repository at this point in the history