diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bf4a0c..e31b828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: with: distribution: goreleaser version: "~> v2" - args: build --snapshot --clean + args: release --snapshot --clean env: BIFROEST_VENDOR: engity @@ -97,4 +97,6 @@ jobs: with: retention-days: 1 name: dist - path: var/dist + path: | + var/dist/*.tgz* + var/dist/*.zip* diff --git a/go.mod b/go.mod index e4623b1..97f5e34 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 ) @@ -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