Skip to content

Commit cbbe5b0

Browse files
trying another fix of the ci
1 parent f57a7cb commit cbbe5b0

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,6 @@ jobs:
9393
- name: Clean Go build cache (defensive)
9494
run: go clean -cache -testcache
9595

96-
- name: Install golangci-lint
97-
run: |
98-
golangci-lint cache clean || true
99-
GOBIN=$HOME/.local/bin GOTOOLCHAIN=local \
100-
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.2
101-
echo "$HOME/.local/bin" >> $GITHUB_PATH
102-
golangci-lint version
103-
10496
- name: Run E2E tests
10597
run: make test-e2e
10698

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ require (
66
github.com/google/uuid v1.6.0
77
github.com/gorilla/websocket v1.5.3
88
github.com/pion/logging v0.2.4
9-
github.com/pion/turn/v4 v4.0.2
9+
github.com/pion/turn/v4 v4.1.1
1010
github.com/prometheus/client_golang v1.23.0
1111
)
1212

1313
require (
1414
github.com/beorn7/perks v1.0.1 // indirect
1515
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1616
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
17-
github.com/pion/dtls/v3 v3.0.6 // indirect
17+
github.com/pion/dtls/v3 v3.0.7 // indirect
1818
github.com/pion/randutil v0.1.0 // indirect
1919
github.com/pion/stun/v3 v3.0.0 // indirect
2020
github.com/pion/transport/v3 v3.0.7 // indirect
2121
github.com/prometheus/client_model v0.6.2 // indirect
2222
github.com/prometheus/common v0.65.0 // indirect
23-
github.com/prometheus/procfs v0.16.1 // indirect
23+
github.com/prometheus/procfs v0.17.0 // indirect
2424
github.com/wlynxg/anet v0.0.5 // indirect
25-
golang.org/x/crypto v0.40.0 // indirect
26-
golang.org/x/sys v0.34.0 // indirect
27-
google.golang.org/protobuf v1.36.6 // indirect
25+
golang.org/x/crypto v0.41.0 // indirect
26+
golang.org/x/sys v0.35.0 // indirect
27+
google.golang.org/protobuf v1.36.8 // indirect
2828
)

0 commit comments

Comments
 (0)