Skip to content

Commit

Permalink
fix: adjust version of GoReleaser configuration (#5547)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3799f9c)
  • Loading branch information
rangoo94 committed Jun 7, 2024
1 parent cd50ec5 commit eab9130
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .builds-darwin.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand Down
1 change: 1 addition & 0 deletions .builds-linux.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
1 change: 1 addition & 0 deletions .builds-windows.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand Down
1 change: 1 addition & 0 deletions .goreleaser-dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- builder: prebuilt
goos:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- builder: prebuilt
goos:
Expand Down
1 change: 1 addition & 0 deletions goreleaser_files/.goreleaser-docker-build-api.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: testkube-api-server

env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
1 change: 1 addition & 0 deletions goreleaser_files/.goreleaser-docker-build-executor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down
1 change: 1 addition & 0 deletions goreleaser_files/.goreleaser-docker-build-testworkflow.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
env:
# Goreleaser always uses the docker buildx builder with name "default"; see
# https://github.com/goreleaser/goreleaser/pull/3199
Expand Down

0 comments on commit eab9130

Please sign in to comment.