summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2021-08-23 15:14:53 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-04-07 23:27:50 +0200
commita1150245ccbcbe30ea9f85053ba55bd125cd7e4c (patch)
tree854441a5d1387ac8499b41acc01287534ca8d51d /client
parent95cc7115fb0cf8c7a4f556244636f4eed1173ae8 (diff)
downloaddocker-a1150245ccbcbe30ea9f85053ba55bd125cd7e4c.tar.gz
Update to Go 1.17.0, and gofmt with Go 1.17
Movified from 686be57d0a6e514c0cddb2f3ac9cbb3cbef87f5f, and re-ran gofmt again to address for files not present in 20.10 and vice-versa. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 686be57d0a6e514c0cddb2f3ac9cbb3cbef87f5f) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'client')
-rw-r--r--client/client_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/client_unix.go b/client/client_unix.go
index 9d0f0dcbf0..5846f888fe 100644
--- a/client/client_unix.go
+++ b/client/client_unix.go
@@ -1,3 +1,4 @@
+//go:build linux || freebsd || openbsd || netbsd || darwin || solaris || illumos || dragonfly
// +build linux freebsd openbsd netbsd darwin solaris illumos dragonfly
package client // import "github.com/docker/docker/client"