Skip to content

Commit

Permalink
require go 1.23|1.24 (stable)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof authored and glours committed Feb 21, 2025
1 parent da2eff4 commit cae8e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GO_VERSION=1.22.10
ARG GO_VERSION=1.23.6
ARG XX_VERSION=1.6.1
ARG GOLANGCI_LINT_VERSION=v1.63.4
ARG ADDLICENSE_VERSION=v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/docker/compose/v2

go 1.22.10
go 1.23.6

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit cae8e84

Please sign in to comment.