File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616env :
1717 DESTDIR : ./bin
18- GO_VERSION : 1.21.6
18+ GO_VERSION : 1.21.10
1919
2020jobs :
2121 validate :
4646 os :
4747 - ubuntu-22.04
4848 - ubuntu-20.04
49- - macOS-11
49+ - macOS-14
50+ - macOS-13
5051 - windows-2022
5152 steps :
5253 -
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.21.6
3+ ARG GO_VERSION=1.21.10
44ARG XX_VERSION=1.4.0
55ARG OSXCROSS_VERSION=11.3-r7-debian
66ARG GOLANGCI_LINT_VERSION=v1.55.2
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.21.6
3+ ARG GO_VERSION=1.21.10
44ARG DISTRO=ubuntu
55ARG SUITE=focal
66
Original file line number Diff line number Diff line change 11variable "GO_VERSION" {
2- default = " 1.21.6 "
2+ default = " 1.21.10 "
33}
44
55# Defines the output folder
You can’t perform that action at this time.
0 commit comments