From 880de9cb649c5731170a2f808b11ef1392954864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Doma=C5=84ski?= Date: Tue, 18 Aug 2020 12:58:41 +0200 Subject: [PATCH] CI: add golang v1.15 to the matrix --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d6561aa..f818dd3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.12', '1.13', '1.14'] + go: ['1.12', '1.13', '1.14', '1.15'] steps: - name: Set up Go ${{ matrix.go }}