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

Merge pull request #281 from thaJeztah/bump_go_version

update go to go1.20.4
This commit is contained in:
Sebastiaan van Stijn
2023-05-27 19:17:16 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
env: env:
DESTDIR: ./bin DESTDIR: ./bin
GO_VERSION: 1.20.3 GO_VERSION: 1.20.4
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.3 ARG GO_VERSION=1.20.4
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
+1 -1
View File
@@ -1,5 +1,5 @@
variable "GO_VERSION" { variable "GO_VERSION" {
default = "1.20.3" default = "1.20.4"
} }
# Defines the output folder # Defines the output folder