Skip to content

Commit da93839

Browse files
authored
Merge pull request #263 from crazy-max/update-go
update go to 1.20
2 parents da7f673 + d5c91a2 commit da93839

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
DESTDIR: ./bin
18-
GO_VERSION: 1.18.5
18+
GO_VERSION: 1.20.3
1919

2020
jobs:
2121
validate:

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@ linters:
66
enable:
77
- gofmt
88
- govet
9-
- deadcode
109
- depguard
1110
- goimports
1211
- ineffassign
1312
- misspell
1413
- unused
15-
- varcheck
1614
- revive
1715
- staticcheck
1816
- typecheck
19-
- structcheck
2017
disable-all: true
2118

2219
linters-settings:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.18.5
3+
ARG GO_VERSION=1.20.3
44
ARG XX_VERSION=1.2.1
55
ARG OSXCROSS_VERSION=11.3-r7-debian
6-
ARG GOLANGCI_LINT_VERSION=v1.47.3
6+
ARG GOLANGCI_LINT_VERSION=v1.51.1
77
ARG DEBIAN_FRONTEND=noninteractive
88

99
ARG PACKAGE=github.com/docker/docker-credential-helpers

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "GO_VERSION" {
2-
default = "1.18.5"
2+
default = "1.20.3"
33
}
44

55
# Defines the output folder

0 commit comments

Comments
 (0)