diff options
author | Aoang <aoang@x2oe.com> | 2022-08-14 16:19:33 +0800 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2022-08-15 15:12:08 +0900 |
commit | fd616a2f47666a31b3a0b33fe2e7d21474071497 (patch) | |
tree | dd1868091a02b838ec9438bcb7d9a6bff585906f | |
parent | Support returning any from callbacks (#1046) (diff) | |
download | golite-fd616a2f47666a31b3a0b33fe2e7d21474071497.tar.gz golite-fd616a2f47666a31b3a0b33fe2e7d21474071497.tar.xz |
Update supported Go version to Go 1.19
-rw-r--r-- | .github/workflows/go.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 9845da3..dc1bf0c 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.16', '1.17', '1.18'] + go: ['1.17', '1.18', '1.19'] fail-fast: false env: OS: ${{ matrix.os }} @@ -64,7 +64,7 @@ jobs: strategy: matrix: - go: ['1.16', '1.17', '1.18'] + go: ['1.17', '1.18', '1.19'] fail-fast: false env: OS: windows-latest |