From 12aba62b7b3589a308a45b2e1d2d6ba33e281c6e Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Sun, 16 Aug 2020 10:33:01 +0200 Subject: Change CI to use Go 1.15 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4a485e0..d550ae7 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.13.x, 1.14.x, 1.15.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: -- cgit v1.2.3