Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
bump go version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Nov 13, 2021
1 parent 5e735e9 commit 8f1d60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.13", "1.14"]
go: ["1.17"]
steps:
- uses: actions/setup-go@master
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@master
- name: install ginkgo
run: |
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...
go install github.com/onsi/ginkgo/ginkgo
go install github.com/onsi/gomega/...
- name: ginkgo
run: |
ginkgo -r -v -skip="RomverResource"

0 comments on commit 8f1d60b

Please sign in to comment.