Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-10 15:44:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-10 15:49:46 +0300
commitdd2cf97a144b73053da370e97cc7581a81bdc527 (patch)
tree3a20798f8f7c85823b4466d007c8070ccfb4d84c /.golangci.yml
parent46ee0248c36241d856710030958fa5e1e04b179e (diff)
go: Bump module version from v15 to v16
We're about to release Gitaly v16.0. As we've landed a bunch of previously announced removals it's thus time to bump our Go module version from v15 to v16.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 29f1bf988..6d1e9c0f2 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -55,10 +55,10 @@ linters-settings:
exclude-functions:
- (*database/sql.DB).Close
- (*database/sql.Rows).Close
- - (*gitlab.com/gitlab-org/gitaly/v15/client.Pool).Close
- - (*gitlab.com/gitlab-org/gitaly/v15/internal/sidechannel.ServerConn).Close
- - (*gitlab.com/gitlab-org/gitaly/v15/internal/streamcache.pipe).Close
- - (*gitlab.com/gitlab-org/gitaly/v15/internal/streamcache.pipeReader).Close
+ - (*gitlab.com/gitlab-org/gitaly/v16/client.Pool).Close
+ - (*gitlab.com/gitlab-org/gitaly/v16/internal/sidechannel.ServerConn).Close
+ - (*gitlab.com/gitlab-org/gitaly/v16/internal/streamcache.pipe).Close
+ - (*gitlab.com/gitlab-org/gitaly/v16/internal/streamcache.pipeReader).Close
- (*google.golang.org/grpc.ClientConn).Close
- (*google.golang.org/grpc.ServerConn).Close
- (*io.PipeReader).Close
@@ -142,7 +142,7 @@ linters-settings:
error_wrap:
included-functions:
- fmt.Errorf
- - gitlab.com/gitlab-org/gitaly/v15/internal/structerr.*
+ - gitlab.com/gitlab-org/gitaly/v16/internal/structerr.*
issues:
exclude-use-default: false