Skip to content

Commit

Permalink
bump required version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Dec 15, 2020
1 parent c62e8d7 commit 902b4ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@ on:
- master

jobs:
build:
name: Build
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.15"
- run: make build

test-coverage:
runs-on: ubuntu-latest
needs: Build
steps:
- uses: actions/checkout@v2
- run: |
go test ./... -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v1.0.7
Expand Down
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/interchainio/tm-load-test

go 1.13
go 1.15

require (
github.com/gorilla/websocket v1.4.2
Expand Down

0 comments on commit 902b4ec

Please sign in to comment.