From 3496d08ef7506fc30a2f3786069cd9730dd34e17 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Tue, 11 Feb 2020 11:19:25 +0900 Subject: [PATCH] github: Add latest version (#40) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d75ca57..8a8da64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ -on: [pull_request] +on: [push, pull_request] name: goimagehash workflow jobs: test: strategy: matrix: - go-version: [1.6.x, 1.7.x, 1.8.x, 1.9.x, 1.10.x] + go-version: [1.6.x, 1.7.x, 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: @@ -24,6 +24,6 @@ jobs: - name: Install run: go get -t -v ./... - + - name: Test run: go test ./...