Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit bddefb7

Browse files
committed
Update goreleaser config
Signed-off-by: Nikos Tsipinakis <[email protected]>
1 parent 3d05d6d commit bddefb7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.goreleaser.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
before:
23
hooks:
34
- go vet
@@ -66,12 +67,12 @@ nfpms:
6667
- deb
6768
- rpm
6869
- apk
69-
empty_folders:
70-
- /etc/containerssh
7170
bindir: /usr/sbin
7271
suggests:
7372
- docker
7473
contents:
74+
- dst: /etc/containerssh
75+
type: dir
7576
- src: config.example.yaml
7677
dst: /etc/containerssh/config.yaml
7778
type: config

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module go.containerssh.io/libcontainerssh
22

3-
go 1.21
3+
go 1.23.0
4+
45
toolchain go1.23.4
56

67
require (

0 commit comments

Comments
 (0)