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.
2 parents 0511b0c + 020b57c commit 0baf24aCopy full SHA for 0baf24a
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.20.7
+ARG GO_VERSION=1.21.0
19
ARG XX_VERSION=1.2.1
20
ARG GOLANGCI_LINT_VERSION=v1.53.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.20
+go 1.21
4
5
require (
6
github.com/AlecAivazis/survey/v2 v2.3.7
0 commit comments