diff options
author | Valery Piashchynski <[email protected]> | 2023-08-09 15:44:29 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-08-09 15:44:29 +0200 |
commit | bce42e63b78eae874b84178f838d8f908c438298 (patch) | |
tree | bf7207e177654e34e3cfc6d34bad5aa8179d3de9 /go.mod | |
parent | 29a3a269c1ea0d3d63e435008b32783fffb6bdfc (diff) |
chore[CI]: update golangci-lint
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ require ( github.com/stretchr/testify v1.8.4 github.com/temporalio/roadrunner-temporal/v4 v4.4.0-beta.1 go.uber.org/automaxprocs v1.5.3 - golang.org/x/exp v0.0.0-20230807204917-050eac23e9de + golang.org/x/exp v0.0.0-20230809094429-853ea248256d ) exclude github.com/uber-go/tally/v4 v4.1.7 |