Skip to content

Commit

Permalink
Go 1.15 is out, let's use that in CI
Browse files Browse the repository at this point in the history
Also mark minimal version of go.mod as Go 1.14 since Go 1.13 is gone.
  • Loading branch information
fsouza committed Aug 11, 2020
1 parent 8e782d1 commit 48303e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
go_version:
- 1.13
- 1.14
- 1.15
os:
- macos
- ubuntu
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/fsouza/go-dockerclient

go 1.13
go 1.14

require (
github.com/Microsoft/go-winio v0.4.15-0.20200113171025-3fe6c5262873
Expand Down

0 comments on commit 48303e6

Please sign in to comment.