Skip to content

Commit

Permalink
Merge pull request #22 from mercari/support_go_1_15_or_higher
Browse files Browse the repository at this point in the history
Support Go1.15 or higher
  • Loading branch information
nguyengiabk authored Feb 15, 2022
2 parents 3c694a3 + 32c6ff4 commit bf53e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ jobs:
strategy:
matrix:
go-version:
- '~1.13'
- '~1.14'
- '~1.15'
- '~1.16'
- '~1.17'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- run: go test -race -v ./...
- run: go test -race -v ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mercari/go-circuitbreaker

go 1.13
go 1.15

require (
github.com/cenkalti/backoff/v3 v3.1.1
Expand Down

0 comments on commit bf53e5e

Please sign in to comment.