Skip to content

Commit

Permalink
Update for go and golangci (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Dec 12, 2024
1 parent 6192fe9 commit b9cd767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.60
args: --timeout=5m
version: v1.62

lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/chainguard-dev/terraform-infra-common

go 1.23.2
go 1.23.4

require (
chainguard.dev/go-grpc-kit v0.17.7
Expand Down

0 comments on commit b9cd767

Please sign in to comment.