Skip to content

Commit

Permalink
Merge pull request #226 from thaJeztah/bump_go_1.18.5
Browse files Browse the repository at this point in the history
update to go 1.18.5
  • Loading branch information
thaJeztah committed Aug 20, 2022
2 parents ab7fd12 + fd01974 commit 6627597
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.16.7
ARG GO_VERSION=1.18.5
ARG XX_VERSION=1.1.2
ARG OSXCROSS_VERSION=11.3-r7-alpine

Expand Down
6 changes: 3 additions & 3 deletions credentials/credentials.go
Expand Up @@ -169,8 +169,8 @@ func Erase(helper Helper, reader io.Reader) error {
return helper.Delete(serverURL)
}

//List returns all the serverURLs of keys in
//the OS store as a list of strings
// List returns all the serverURLs of keys in
// the OS store as a list of strings
func List(helper Helper, writer io.Writer) error {
accts, err := helper.List()
if err != nil {
Expand All @@ -179,7 +179,7 @@ func List(helper Helper, writer io.Writer) error {
return json.NewEncoder(writer).Encode(accts)
}

//PrintVersion outputs the current version.
// PrintVersion outputs the current version.
func PrintVersion(writer io.Writer) error {
fmt.Fprintln(writer, Version)
return nil
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.16.7"
default = "1.18.5"
}

# Defines the output folder
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/docker/docker-credential-helpers

go 1.13
go 1.18

require (
github.com/danieljoos/wincred v1.1.2
Expand Down
1 change: 0 additions & 1 deletion go.sum
Expand Up @@ -10,7 +10,6 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c h1:Lyn7+CqXIiC+LOR9aHD6jDK+hPcmAuCfuXztd1v4w1Q=
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
8 changes: 0 additions & 8 deletions vendor/github.com/danieljoos/wincred/go.mod

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/danieljoos/wincred/go.sum

This file was deleted.

2 changes: 2 additions & 0 deletions vendor/modules.txt
@@ -1,6 +1,8 @@
# github.com/danieljoos/wincred v1.1.2
## explicit; go 1.13
github.com/danieljoos/wincred
# golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c
## explicit; go 1.17
golang.org/x/sys/execabs
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/windows

0 comments on commit 6627597

Please sign in to comment.