From 3e6b6348979788a496dcb87dfb77cbdd54634da1 Mon Sep 17 00:00:00 2001 From: Torden Date: Wed, 17 Aug 2022 19:54:17 +0900 Subject: [PATCH] add golang v1.18~1.19 on github action --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c9cd2b5..65d64b3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,7 +4,7 @@ jobs: build_and_test: strategy: matrix: - go: ['1.17', '1.16', '1.15', '1.14'] + go: ['1.19', '1.18', '1.17', '1.16', '1.15', '1.14'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.18', '1.17', '1.16', '1.15'] + go: ['1.19', '1.18', '1.17', '1.16', '1.15'] steps: - uses: actions/setup-go@v3 with: