Skip to content

Commit 4764bbe

Browse files
committed
Go 1.16 is here!
1 parent 227cc75 commit 4764bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
go_version:
17-
- 1.14
1817
- 1.15
18+
- 1.16
1919
os:
2020
- macos
2121
- ubuntu

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fsouza/go-dockerclient
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/Microsoft/go-winio v0.4.16

0 commit comments

Comments
 (0)