Match the minimum version that's specified on our vendor.mod.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
| 2 |
-//go:build go1.19 |
|
| 2 |
+//go:build go1.21 |
|
| 3 | 3 |
|
| 4 | 4 |
// Package daemon exposes the functions that occur on the host server |
| 5 | 5 |
// that the Docker daemon is running. |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
| 2 |
-//go:build go1.19 |
|
| 2 |
+//go:build go1.21 |
|
| 3 | 3 |
|
| 4 | 4 |
// Package options provides a way to pass unstructured sets of options to a |
| 5 | 5 |
// component expecting a strongly-typed configuration structure. |