Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Nov 10, 2023
1 parent 3ad9386 commit a624e00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,12 @@ jobs:
with:
go-version: ${{ env.GOLANG_VERSION }}

# Populate the Go module cache by downloading dependencies
- name: Download Go modules
run: go mod download

# Add a step to check the available disk space
- name: Check disk space
run: df -h

# List files in the Go module cache directory
- name: List Go module cache
run: ls -la $(go env GOPATH)/pkg/mod

Expand Down
11 changes: 6 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ linters-settings:
gofmt:
simplify: true

# linters:
# enable-all: true
# disable:
# - errcheck
# - tagliatelle
linters:
disable:
- errcheck
- tagliatelle
- ineffassign

# Exclude the files that are causing the errors
issues:
exclude-rules:
Expand Down

0 comments on commit a624e00

Please sign in to comment.