File tree Expand file tree Collapse file tree 8 files changed +12
-13
lines changed
Expand file tree Collapse file tree 8 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 3636 TEST_CACHE_SCOPE : " test"
3737 TESTFLAGS : " -v --parallel=6 --timeout=30m"
3838 GOTESTSUM_FORMAT : " standard-verbose"
39- GO_VERSION : " 1.23 "
40- GOTESTSUM_VERSION : " v1.9 .0" # same as one in Dockerfile
39+ GO_VERSION : " 1.24 "
40+ GOTESTSUM_VERSION : " v1.12 .0" # same as one in Dockerfile
4141
4242jobs :
4343 test-integration :
Original file line number Diff line number Diff line change 1717 pull_request :
1818
1919env :
20- GO_VERSION : " 1.23 "
20+ GO_VERSION : " 1.24 "
2121
2222jobs :
2323 codeql :
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.23
3+ ARG GO_VERSION=1.24
44ARG ALPINE_VERSION=3.21
55ARG XX_VERSION=1.6.1
66
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.23
3+ ARG GO_VERSION=1.24
44ARG ALPINE_VERSION=3.21
55
66ARG FORMATS=md,yaml
Original file line number Diff line number Diff line change 55# Copyright The Buildx Authors.
66# Licensed under the Apache License, Version 2.0
77
8- ARG GO_VERSION=1.23
8+ ARG GO_VERSION=1.24
99ARG PROTOC_VERSION=3.11.4
1010ARG PROTOC_GOOGLEAPIS_VERSION=2af421884dd468d565137215c946ebe4e245ae26
1111
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.23
3+ ARG GO_VERSION=1.24
44ARG ALPINE_VERSION=3.21
55
66ARG GOVULNCHECK_VERSION=v1.1.3
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.23
3+ ARG GO_VERSION=1.24
44ARG ALPINE_VERSION=3.21
55ARG XX_VERSION=1.6.1
66
77ARG GOLANGCI_LINT_VERSION=v2.1.5
88ARG GOLANGCI_FROM_SOURCE=false
9- # v0.31 requires go1.24
10- ARG GOPLS_VERSION=v0.30.0
11- # disabled: deprecated unusedvariable simplifyrange
12- ARG GOPLS_ANALYZERS="embeddirective fillreturns hostport infertypeargs modernize nonewvars noresultvalues simplifycompositelit simplifyslice unusedparams yield"
9+ ARG GOPLS_VERSION=v0.33.0
10+ # GOPLS_ANALYZERS defines gopls analyzers to be run. disabled by default: deprecated simplifyrange unusedfunc unusedvariable
11+ ARG GOPLS_ANALYZERS="embeddirective fillreturns infertypeargs maprange modernize nonewvars noresultvalues simplifycompositelit simplifyslice unusedparams yield"
1312
1413FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1514
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.23
3+ ARG GO_VERSION=1.24
44ARG ALPINE_VERSION=3.21
55
66ARG MODOUTDATED_VERSION=v0.9.0
You can’t perform that action at this time.
0 commit comments