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

Commit

Permalink
Update goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Nikos Tsipinakis <[email protected]>
  • Loading branch information
tsipinakis committed Dec 14, 2024
1 parent 3d05d6d commit bddefb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go vet
Expand Down Expand Up @@ -66,12 +67,12 @@ nfpms:
- deb
- rpm
- apk
empty_folders:
- /etc/containerssh
bindir: /usr/sbin
suggests:
- docker
contents:
- dst: /etc/containerssh
type: dir
- src: config.example.yaml
dst: /etc/containerssh/config.yaml
type: config
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module go.containerssh.io/libcontainerssh

go 1.21
go 1.23.0

toolchain go1.23.4

require (
Expand Down

0 comments on commit bddefb7

Please sign in to comment.