Skip to content

Commit

Permalink
Merge pull request #168 from shogo82148/go1.18-is-released
Browse files Browse the repository at this point in the history
add Go 1.18 to the build matrix
  • Loading branch information
shogo82148 committed Mar 17, 2022
2 parents 05b28d3 + 4f583aa commit 487d7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
- "macos-latest"
go:
- "1"
- "1.18"
- "1.17"
- "1.16"
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ all: depend lint goagen
.PHONY: depend
depend:
go mod download
go get github.com/onsi/ginkgo/ginkgo
go install github.com/onsi/ginkgo/ginkgo@latest

.PHONY: test
test:
Expand Down

0 comments on commit 487d7d6

Please sign in to comment.