Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit be10072

Browse files
committed
Fix go releaser
1 parent 5b9b880 commit be10072

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ snapshot:
2222
name_template: "{{ incpatch .Version }}-snapshot"
2323

2424
dockers:
25-
# TODO: Adjust image locations
2625
- goarch: amd64
2726
use: buildx
2827
build_flag_templates:
@@ -38,8 +37,6 @@ dockers:
3837
- "{{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:v{{ .Version }}-arm64"
3938

4039
docker_manifests:
41-
# TODO: Adjust image locations
42-
4340
## ghcr.io
4441
# For prereleases, updating `latest` does not make sense.
4542
# Only the image for the exact version should be pushed.

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.19
55
require (
66
github.com/crossplane-contrib/provider-kubernetes v0.7.0
77
github.com/crossplane/crossplane v1.11.2
8-
github.com/crossplane/crossplane-runtime v0.19.2
98
github.com/go-logr/logr v1.2.3
109
github.com/go-logr/zapr v1.2.3
1110
github.com/stretchr/testify v1.8.1
@@ -22,6 +21,7 @@ require (
2221
github.com/beorn7/perks v1.0.1 // indirect
2322
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2423
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
24+
github.com/crossplane/crossplane-runtime v0.19.2 // indirect
2525
github.com/davecgh/go-spew v1.1.1 // indirect
2626
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
2727
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
@@ -55,7 +55,6 @@ require (
5555
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5656
github.com/spf13/afero v1.8.0 // indirect
5757
github.com/spf13/pflag v1.0.5 // indirect
58-
github.com/stretchr/testify v1.8.1 // indirect
5958
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
6059
go.uber.org/atomic v1.10.0 // indirect
6160
go.uber.org/multierr v1.8.0 // indirect

0 commit comments

Comments
 (0)