/{.github,go}: bump min go version to 1.15

This commit is contained in:
Dustin Brown
2021-05-28 10:29:42 -07:00
parent 1eb286f34a
commit 61744d8487
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.15
id: go
- uses: actions/checkout@v2
- name: Test All

View File

@@ -82,4 +82,4 @@ require (
replace github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi => ./gen/proto/dolt/services/eventsapi
go 1.13
go 1.15