Skip to content

Commit

Permalink
Remove go-lint cache
Browse files Browse the repository at this point in the history
It's serving old cache files to newer versions of go-lint
  • Loading branch information
gregtyler authored May 7, 2024
1 parent 82347ea commit e4f406c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ services:
working_dir: /go/src/app
volumes:
- ./:/go/src/app
- ./.cache/golangci-lint/v1.55.2:/root/.cache
command: golangci-lint run --timeout 5m --out-format=github-actions ./lambda/get/... ./lambda/create/... ./lambda/update/...

gosec:
Expand Down

0 comments on commit e4f406c

Please sign in to comment.