Compare commits

..

6 Commits

Author SHA1 Message Date
a5933e226b test release 2026-07-08 08:58:15 +02:00
5a74b2f72b no patch level 2026-07-08 08:47:28 +02:00
1d45a3cd4c set go version for releaser 2026-07-08 00:00:37 +02:00
0104e1bf58 fix go releaser go version 2026-07-07 23:53:47 +02:00
2dc716d1c9 fix version newline 2026-07-07 23:49:57 +02:00
T. von Dein
0d63e7c4d2 satisfy full linter (#77) 2026-07-07 23:46:43 +02:00
3 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ 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.4 go 1.26
require ( require (
github.com/MichaelMure/go-term-markdown v0.1.4 github.com/MichaelMure/go-term-markdown v0.1.4