Skip to content

Commit

Permalink
Add golangci-lint linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Dec 21, 2024
1 parent c21c81a commit e2c5af6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
go-version: '1.23.4'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
args: --timeout=10m
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
test:
Expand Down Expand Up @@ -62,13 +63,13 @@ jobs:
# https://docs.docker.com/build/ci/github-actions/export-docker/
load: true
- name: Setup Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.12.1
version: v3.16.4
- name: Helm lint
run: helm lint --strict ./charts/cost-manager
- name: Install kind
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1
with:
install_only: true
- name: Run E2E tests
Expand Down

0 comments on commit e2c5af6

Please sign in to comment.