Compare commits

..

2 Commits

Author SHA1 Message Date
596046fc50 fix versoin newline 2026-07-07 23:48:20 +02:00
002a390f43 satisfy full linter 2026-07-07 23:45:14 +02:00
3 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ builds:
goos: goos:
- linux - linux
- darwin - darwin
tool: "go1.26.4"
changelog: changelog:
sort: asc sort: asc

View File

@@ -6,8 +6,8 @@ labels:
steps: steps:
goreleaser: goreleaser:
image: goreleaser/goreleaser image: goreleaser/goreleaser
# when: when:
# event: [tag,manual] event: [tag,manual]
environment: environment:
GITEA_TOKEN: GITEA_TOKEN:
from_secret: DEPLOY_TOKEN from_secret: DEPLOY_TOKEN

2
go.mod
View File

@@ -14,7 +14,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
module codeberg.org/scip/esctl module codeberg.org/scip/esctl
go 1.26 go 1.26.4
require ( require (
github.com/MichaelMure/go-term-markdown v0.1.4 github.com/MichaelMure/go-term-markdown v0.1.4