Skip to content

Commit

Permalink
up deps, v6 image, up golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 20, 2025
1 parent 757a14b commit bc189cd
Show file tree
Hide file tree
Showing 4 changed files with 1,781 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20.x'
go-version: '1.23.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.63.4
args: --timeout 3m0s
build:
name: Test with Go ${{ matrix.go-version }}
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2

- name: Start Centrifugo
run: docker run -d -p 8000:8000 centrifugo/centrifugo:latest centrifugo --client.insecure
run: docker run -d -p 8000:8000 centrifugo/centrifugo:v6 centrifugo --client.insecure

- name: Test
run: go test -race -v
Loading

0 comments on commit bc189cd

Please sign in to comment.