1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Merge pull request #293 from thaJeztah/update_go_1.20.5

update go to go1.20.5
This commit is contained in:
Sebastiaan van Stijn
2023-06-15 14:57:52 +02:00
committed by GitHub
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
env: env:
DESTDIR: ./bin DESTDIR: ./bin
GO_VERSION: 1.20.4 GO_VERSION: 1.20.5
jobs: jobs:
validate: validate:
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
ARG GO_VERSION=1.20.4 ARG GO_VERSION=1.20.5
ARG XX_VERSION=1.2.1 ARG XX_VERSION=1.2.1
ARG OSXCROSS_VERSION=11.3-r7-debian ARG OSXCROSS_VERSION=11.3-r7-debian
ARG GOLANGCI_LINT_VERSION=v1.51.1 ARG GOLANGCI_LINT_VERSION=v1.51.1
+3 -1
View File
@@ -1,4 +1,6 @@
ARG GO_VERSION=1.18.5 # syntax=docker/dockerfile:1
ARG GO_VERSION=1.20.5
ARG DISTRO=ubuntu ARG DISTRO=ubuntu
ARG SUITE=focal ARG SUITE=focal
+1 -1
View File
@@ -1,5 +1,5 @@
variable "GO_VERSION" { variable "GO_VERSION" {
default = "1.20.4" default = "1.20.5"
} }
# Defines the output folder # Defines the output folder