From bae4540248f53178d695f5ea46c74a0c6c62e22f Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 8 Feb 2024 18:46:56 +0800 Subject: [PATCH] feat: bump go to 1.22 Signed-off-by: yxxhero --- .github/workflows/lint.yaml | 2 +- Dockerfile.release | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8850f9f5..f59fad16 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,4 +21,4 @@ jobs: go-version-file: 'go.mod' - uses: golangci/golangci-lint-action@v3 with: - version: v1.55.2 + version: v1.56.0 diff --git a/Dockerfile.release b/Dockerfile.release index 68d3b273..a2fe8d75 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.20.12 +FROM golang:1.22 # See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt # for the latest gh install instructions when the below didn't work diff --git a/go.mod b/go.mod index 011d3d4a..a4af3d01 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.21 +go 1.22 require ( github.com/Masterminds/semver v1.5.0