summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-08-09 15:44:29 +0200
committerValery Piashchynski <[email protected]>2023-08-09 15:44:29 +0200
commitbce42e63b78eae874b84178f838d8f908c438298 (patch)
treebf7207e177654e34e3cfc6d34bad5aa8179d3de9 /go.mod
parent29a3a269c1ea0d3d63e435008b32783fffb6bdfc (diff)
chore[CI]: update golangci-lint
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d1626f31..d56faa42 100644
--- a/go.mod
+++ b/go.mod
@@ -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