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 a7c9de8 commit 02371f3Copy full SHA for 02371f3
Dockerfile
@@ -15,7 +15,7 @@
15
# See the License for the specific language governing permissions and
16
# limitations under the License.
17
18
-ARG GO_VERSION=1.22.7
+ARG GO_VERSION=1.22.8
19
ARG XX_VERSION=1.2.1
20
ARG GOLANGCI_LINT_VERSION=v1.60.2
21
ARG ADDLICENSE_VERSION=v1.0.0
go.mod
@@ -1,6 +1,6 @@
1
module github.com/docker/compose/v2
2
3
-go 1.21.0
+go 1.22.0
4
5
require (
6
github.com/AlecAivazis/survey/v2 v2.3.7
0 commit comments