mirror of
https://github.com/docker/compose.git
synced 2025-07-21 20:54:32 +02:00
Merge pull request #10239 from glours/bump-golang-1.20
bump golang to 1.20
This commit is contained in:
commit
e908f41ec8
@ -15,9 +15,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
ARG GO_VERSION=1.19.4
|
ARG GO_VERSION=1.20.0
|
||||||
ARG XX_VERSION=1.1.2
|
ARG XX_VERSION=1.1.2
|
||||||
ARG GOLANGCI_LINT_VERSION=v1.49.0
|
ARG GOLANGCI_LINT_VERSION=v1.51.0
|
||||||
ARG ADDLICENSE_VERSION=v1.0.0
|
ARG ADDLICENSE_VERSION=v1.0.0
|
||||||
|
|
||||||
ARG BUILD_TAGS="e2e"
|
ARG BUILD_TAGS="e2e"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
variable "GO_VERSION" {
|
variable "GO_VERSION" {
|
||||||
default = "1.19.4"
|
default = "1.20.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "BUILD_TAGS" {
|
variable "BUILD_TAGS" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user