Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4974ecd

Browse files
committedDec 14, 2024·
Update goreleaser config
Signed-off-by: Nikos Tsipinakis <nikos@tsipinakis.com>
1 parent 3d05d6d commit 4974ecd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎.goreleaser.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
version: 2
12
before:
23
hooks:
34
- go vet
45
- go generate
5-
- go test
6+
#- go test
67
builds:
78
- id: containerssh
89
main: cmd/containerssh/main.go
@@ -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)
This repository has been archived.