From 032a1c803c2b51982bc50c6bb55e7c2c0ae534ed Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Wed, 22 Apr 2026 09:37:40 -0500 Subject: [PATCH] Bump connect-go and govulncheck versions --- cmd/foo/main.go | 2 +- internal/foo/foo.go | 2 +- internal/foo/foo_test.go | 2 +- internal/gen/proto/go/org/foo/v1/foo.pb.go | 2 +- make/foo/all.mk | 2 +- make/go/dep_govulncheck.mk | 4 ++-- make/go/dep_protoc_gen_connect_go.mk | 4 ++-- proto/org/foo/v1/foo.proto | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cmd/foo/main.go b/cmd/foo/main.go index 9e6cb17..3e158b6 100644 --- a/cmd/foo/main.go +++ b/cmd/foo/main.go @@ -1,4 +1,4 @@ -// Copyright 2020-2025 Buf Technologies, Inc. +// Copyright 2020-2026 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/foo/foo.go b/internal/foo/foo.go index 01abf57..2a0dd3b 100644 --- a/internal/foo/foo.go +++ b/internal/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2020-2025 Buf Technologies, Inc. +// Copyright 2020-2026 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/foo/foo_test.go b/internal/foo/foo_test.go index d2ad804..8a6b422 100644 --- a/internal/foo/foo_test.go +++ b/internal/foo/foo_test.go @@ -1,4 +1,4 @@ -// Copyright 2020-2025 Buf Technologies, Inc. +// Copyright 2020-2026 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/gen/proto/go/org/foo/v1/foo.pb.go b/internal/gen/proto/go/org/foo/v1/foo.pb.go index 72f7c07..4bb2cbc 100644 --- a/internal/gen/proto/go/org/foo/v1/foo.pb.go +++ b/internal/gen/proto/go/org/foo/v1/foo.pb.go @@ -1,4 +1,4 @@ -// Copyright 2020-2025 Buf Technologies, Inc. +// Copyright 2020-2026 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/make/foo/all.mk b/make/foo/all.mk index d67f040..f3ad163 100644 --- a/make/foo/all.mk +++ b/make/foo/all.mk @@ -3,7 +3,7 @@ DOCKER_BINS := $(DOCKER_BINS) foo LICENSE_HEADER_LICENSE_TYPE := apache LICENSE_HEADER_COPYRIGHT_HOLDER := Buf Technologies, Inc. -LICENSE_HEADER_YEAR_RANGE := 2020-2025 +LICENSE_HEADER_YEAR_RANGE := 2020-2026 LICENSE_HEADER_IGNORES := \/testdata BUF_LINT_INPUT := . diff --git a/make/go/dep_govulncheck.mk b/make/go/dep_govulncheck.mk index 3693454..aa02abd 100644 --- a/make/go/dep_govulncheck.mk +++ b/make/go/dep_govulncheck.mk @@ -14,8 +14,8 @@ GOVULNCHECK_GOTOOLCHAIN_VERSION := $(shell go env GOVERSION | sed 's/^go//') GOVULNCHECK_GO_VERSION := $(shell echo $(GOVULNCHECK_GOTOOLCHAIN_VERSION) | cut -d'.' -f1-2) # Settable -# https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck 20250106 checked 20250212 -GOVULNCHECK_VERSION ?= v1.1.4 +# https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck 20260410 checked 20260422 +GOVULNCHECK_VERSION ?= v1.2.0 GOVULNCHECK := $(CACHE_BIN)/govulncheck diff --git a/make/go/dep_protoc_gen_connect_go.mk b/make/go/dep_protoc_gen_connect_go.mk index b3f0603..79cbce1 100644 --- a/make/go/dep_protoc_gen_connect_go.mk +++ b/make/go/dep_protoc_gen_connect_go.mk @@ -7,8 +7,8 @@ $(call _assert_var,CACHE_VERSIONS) $(call _assert_var,CACHE_BIN) # Settable -# https://github.com/connectrpc/connect-go 20251006 checked 20251013 -CONNECT_VERSION ?= v1.19.1 +# https://github.com/connectrpc/connect-go 20260420 checked 20260422 +CONNECT_VERSION ?= v1.19.2 GO_GET_PKGS := $(GO_GET_PKGS) \ connectrpc.com/connect@$(CONNECT_VERSION) diff --git a/proto/org/foo/v1/foo.proto b/proto/org/foo/v1/foo.proto index 19b90fe..2da2329 100644 --- a/proto/org/foo/v1/foo.proto +++ b/proto/org/foo/v1/foo.proto @@ -1,4 +1,4 @@ -// Copyright 2020-2025 Buf Technologies, Inc. +// Copyright 2020-2026 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.