Skip to content

Commit

Permalink
chore: negate build condition for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 8, 2023
1 parent d8c1fde commit 1f1dd39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/testcontainersdocker/docker_socket_unix.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !windows
// +build !windows

package testcontainersdocker

// DockerSocketPath is the path to the Docker socket.
Expand Down
3 changes: 3 additions & 0 deletions internal/testcontainersdocker/docker_socket_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build windows
// +build windows

package testcontainersdocker

// DockerSocketSchema is the Docker socket schema on Windows
Expand Down

0 comments on commit 1f1dd39

Please sign in to comment.