From 420d7e051e20e0b42b7c1824fa38ebd4c94e4f41 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sat, 15 May 2021 08:59:43 +0900 Subject: [PATCH] ci(github-actions): add 1.16 (#452) --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dd64ff49..a5c32fa2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,6 +22,7 @@ jobs: - '1.13' - '1.14' - '1.15' + - '1.16' steps: - uses: actions/checkout@v2