From 221eb7e6ac965c79c6ed358bc9f90e584a2bc599 Mon Sep 17 00:00:00 2001 From: Osamu TONOMORI Date: Fri, 28 Aug 2020 15:34:52 +0900 Subject: [PATCH] Update go versions --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d76271a..2a412e3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.11.x', '1.12.x', '1.13.x' ] + go: [ '1.13.x', '1.14.x', '1.15.x' ] steps: - name: Set up Go uses: actions/setup-go@v1