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

Merge pull request #263 from crazy-max/update-go

update go to 1.20
This commit is contained in:
Sebastiaan van Stijn
2023-04-16 12:34:50 +02:00
committed by GitHub
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
env: env:
DESTDIR: ./bin DESTDIR: ./bin
GO_VERSION: 1.18.5 GO_VERSION: 1.20.3
jobs: jobs:
validate: validate:
-3
View File
@@ -6,17 +6,14 @@ linters:
enable: enable:
- gofmt - gofmt
- govet - govet
- deadcode
- depguard - depguard
- goimports - goimports
- ineffassign - ineffassign
- misspell - misspell
- unused - unused
- varcheck
- revive - revive
- staticcheck - staticcheck
- typecheck - typecheck
- structcheck
disable-all: true disable-all: true
linters-settings: linters-settings:
+2 -2
View File
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
ARG GO_VERSION=1.18.5 ARG GO_VERSION=1.20.3
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.47.3 ARG GOLANGCI_LINT_VERSION=v1.51.1
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ARG PACKAGE=github.com/docker/docker-credential-helpers ARG PACKAGE=github.com/docker/docker-credential-helpers
+1 -1
View File
@@ -1,5 +1,5 @@
variable "GO_VERSION" { variable "GO_VERSION" {
default = "1.18.5" default = "1.20.3"
} }
# Defines the output folder # Defines the output folder