Skip to content

Commit

Permalink
ci: bump lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Oct 29, 2023
1 parent f003950 commit 99dd56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
IMAGE_NAME: ghcr.io/webmeshproj/webmesh-cni
VERSION: ${{ startswith(github.ref, 'refs/tags/v') && github.ref_name || 'latest' }}
GO_VERSION: "1.21"
GOLANGCI_LINT_VERSION: v1.55.0
GOLANGCI_LINT_VERSION: v1.53.3
DOCKER_PLATFORMS: linux/amd64,linux/arm64,linux/arm,linux/386,linux/ppc64le,linux/s390x
CACHE_DEP_PATH: go.sum
LINT_TIMEOUT: 10m
Expand Down

0 comments on commit 99dd56c

Please sign in to comment.