This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-playground-precommit in repository https://gitbox.apache.org/repos/asf/beam.git
commit 708d804c1ac45d5754e2d08dad53094cded0162c Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Feb 12 14:55:18 2026 +0400 Update go linter version --- playground/backend/env_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/backend/env_setup.sh b/playground/backend/env_setup.sh index 4fdecbb4f75..f2f8776fa19 100755 --- a/playground/backend/env_setup.sh +++ b/playground/backend/env_setup.sh @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -GO_LINTER_VERSION=1.59.1 +GO_LINTER_VERSION=2.9.0 # Install GO Linter #wget https://github.com/golangci/golangci-lint/releases/download/v1.42.1/golangci-lint-$GO_LINTER_VERSION-linux-amd64.deb
