Skip to content

Commit

Permalink
Merge pull request #263 from crazy-max/update-go
Browse files Browse the repository at this point in the history
update go to 1.20
  • Loading branch information
thaJeztah authored Apr 16, 2023
2 parents da7f673 + d5c91a2 commit da93839
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
DESTDIR: ./bin
GO_VERSION: 1.18.5
GO_VERSION: 1.20.3

jobs:
validate:
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ linters:
enable:
- gofmt
- govet
- deadcode
- depguard
- goimports
- ineffassign
- misspell
- unused
- varcheck
- revive
- staticcheck
- typecheck
- structcheck
disable-all: true

linters-settings:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.18.5
ARG GO_VERSION=1.20.3
ARG XX_VERSION=1.2.1
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 PACKAGE=github.com/docker/docker-credential-helpers
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.18.5"
default = "1.20.3"
}

# Defines the output folder
Expand Down

0 comments on commit da93839

Please sign in to comment.