Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Dec 6, 2019
1 parent 4688c55 commit 4e1b414
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ on: [pull_request]
name: goimagehash workflow
jobs:
test:
env:
GOPATH: ${GITHUB_WORKSPACE}
strategy:
matrix:
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]
Expand All @@ -14,8 +12,10 @@ jobs:
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
env:
GO111MODULE: "on"
- name: Set GOPATH
run: |
echo "##[set-env name=GOPATH;]$(dirname $GITHUB_WORKSPACE)"
id: gopath

- name: Checkout code
uses: actions/checkout@v1
Expand Down

0 comments on commit 4e1b414

Please sign in to comment.