diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index a87010b9..bf8bb66d 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -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 diff --git a/go.mod b/go.mod index 15fea823..a70144cd 100644 --- a/go.mod +++ b/go.mod @@ -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