diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 96cfbe3..9b70d87 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - go: ["1.16", "1.17"] + go: ["1.16", "1.17", "1.18"] os: ["ubuntu-latest", "windows-latest", "macos-latest"] runs-on: ${{matrix.os}} steps: