From 87c08b00fca8a96a2ef756cee3953372a5783a45 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 10 Jan 2025 09:26:43 +0100 Subject: [PATCH] Clean up (#4004) * bump golanci-lint Signed-off-by: cpanato * drop toolchain Signed-off-by: cpanato --------- Signed-off-by: cpanato --- .github/workflows/golangci-lint.yml | 3 +-- go.mod | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d0b514d6aae..ae7f8eb4d73 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -41,8 +41,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 with: - version: v1.62 - args: --timeout=5m + version: v1.63 golangci-test-e2e: name: lint-test-e2e diff --git a/go.mod b/go.mod index 0ee1b73d2b5..a7ad9d83742 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/sigstore/cosign/v2 -go 1.23.2 - -toolchain go1.23.4 +go 1.23.4 require ( cuelang.org/go v0.11.1