Skip to content

Commit

Permalink
update golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
paupm committed Aug 28, 2024
1 parent d1c7e50 commit e5be222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
sudo apt-get install -y protobuf-compiler
make build
- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
skip-pkg-cache: true
version: latest
- name: Test
run: go test -v -race ./...
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
ACK_BUFFER_LENGTH: "500"
GRPC_GO_LOG_VERBOSITY_LEVEL: 99
GRPC_GO_LOG_SEVERITY_LEVEL: info
# MIDDLEWARES_SOCKET: "passthrough:///unix:///tmp/hp"
MIDDLEWARES_SOCKET: "passthrough:///unix:///tmp/hp"
READ_ADAPTER: "AMQP"
WRITE_ADAPTER: "ELASTIC"
depends_on:
Expand Down Expand Up @@ -58,7 +58,6 @@ services:
- bootstrap.memory_lock=true
- discovery.seed_hosts=elasticsearch
- cluster.initial_master_nodes=elasticsearch
- bootstrap.system_call_filter=false
ulimits:
memlock:
soft: -1
Expand Down

0 comments on commit e5be222

Please sign in to comment.