We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227cc75 commit 4764bbeCopy full SHA for 4764bbe
.github/workflows/main.yml
@@ -14,8 +14,8 @@ jobs:
14
strategy:
15
matrix:
16
go_version:
17
- - 1.14
18
- 1.15
+ - 1.16
19
os:
20
- macos
21
- ubuntu
go.mod
@@ -1,6 +1,6 @@
1
module github.com/fsouza/go-dockerclient
2
3
-go 1.14
+go 1.15
4
5
require (
6
github.com/Microsoft/go-winio v0.4.16
0 commit comments