Skip to content

Commit

Permalink
Clean up (#4004)
Browse files Browse the repository at this point in the history
* bump golanci-lint

Signed-off-by: cpanato <ctadeu@gmail.com>

* drop toolchain

Signed-off-by: cpanato <ctadeu@gmail.com>

---------

Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored Jan 10, 2025
1 parent 342f8d8 commit 87c08b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 87c08b0

Please sign in to comment.