From b2b3250cd0731f89aa863f2a34a9dd3e93f5e20a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 27 Dec 2025 14:18:59 +0700 Subject: Release gotp v0.6.2 (2025-12-27) This is the last release for year 2025. [CHORE] _doc: merge index into README. This is so we can serve the _doc/ directory under https://kilabit.info/project/gotp/ . [CHORE] Update minimum Go version to 1.24.0 and update all dependencies. Happy holidays! --- internal/cmd/gocheck/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/cmd') diff --git a/internal/cmd/gocheck/main.go b/internal/cmd/gocheck/main.go index cb9d378..112c08a 100644 --- a/internal/cmd/gocheck/main.go +++ b/internal/cmd/gocheck/main.go @@ -1,6 +1,5 @@ +// SPDX-License-Identifier: GPL-3.0-or-later // SPDX-FileCopyrightText: 2024 M. Shulhan -// -// SPDX-License-Identifier: BSD-3-Clause // Program gocheck implement go static analysis using [Analyzer] that are not // included in the default go vet. -- cgit v1.3