Skip to content

Commit

Permalink
checkout normal
Browse files Browse the repository at this point in the history
  • Loading branch information
hownowstephen committed Jun 16, 2021
1 parent aa6538d commit 9af89d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.15', '1.16' ]
go: [ '1.15', '1.16.4' ]
env:
TEST_RESULTS: /tmp/test-results
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v2
with:
path: src/github.com/customerio/go-customerio
- name: setup go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 9af89d0

Please sign in to comment.