Skip to content

Commit a2d36b6

Browse files
committed
bump golang to 1.20
Signed-off-by: Guillaume Lours <[email protected]>
1 parent b3ec110 commit a2d36b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
ARG GO_VERSION=1.19.4
18+
ARG GO_VERSION=1.20.0
1919
ARG XX_VERSION=1.1.2
20-
ARG GOLANGCI_LINT_VERSION=v1.49.0
20+
ARG GOLANGCI_LINT_VERSION=v1.51.0
2121
ARG ADDLICENSE_VERSION=v1.0.0
2222

2323
ARG BUILD_TAGS="e2e"

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
variable "GO_VERSION" {
16-
default = "1.19.4"
16+
default = "1.20.0"
1717
}
1818

1919
variable "BUILD_TAGS" {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/compose/v2
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.6

0 commit comments

Comments
 (0)