Skip to content

Commit

Permalink
Drop <go1.14 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas authored Sep 24, 2020
1 parent 0ffbe33 commit 1c19135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.12, 1.13, 1.14, 1.15]
goVer: [1.14, 1.15]
steps:
- name: Set up Go ${{ matrix.goVer }}
uses: actions/setup-go@v1
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/GetStream/stream-chat-go/v3

go 1.12
go 1.14

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit 1c19135

Please sign in to comment.