Skip to content

Commit

Permalink
Improve packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Aug 26, 2024
1 parent 9dbc2f2 commit d544d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
distribution: goreleaser
version: "~> v2"
args: build --snapshot --clean
args: release --snapshot --clean
env:
BIFROEST_VENDOR: engity

Expand All @@ -97,4 +97,6 @@ jobs:
with:
retention-days: 1
name: dist
path: var/dist
path: |
var/dist/*.tgz*
var/dist/*.zip*
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/engity-com/bifroest

go 1.22.0
go 1.23.0

require (
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
Expand All @@ -27,7 +27,6 @@ require (
github.com/tg123/go-htpasswd v1.2.2
golang.org/x/crypto v0.26.0
golang.org/x/oauth2 v0.22.0
golang.org/x/sys v0.24.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down Expand Up @@ -56,6 +55,7 @@ require (
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
Expand Down

0 comments on commit d544d98

Please sign in to comment.