mirror of
https://github.com/kubereboot/kured.git
synced 2026-02-14 09:29:51 +00:00
Revert "Bump GoReleaser to version 2"
Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
This commit is contained in:
committed by
Jean-Philippe Evrard
parent
610c7b7b40
commit
5c3b6e5294
26
.github/workflows/on-pr-goreleaser.yaml
vendored
26
.github/workflows/on-pr-goreleaser.yaml
vendored
@@ -1,26 +0,0 @@
|
||||
name: Verify GoReleaser config
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.config/goreleaser.yml'
|
||||
push:
|
||||
paths:
|
||||
- '.config/goreleaser.yml'
|
||||
|
||||
jobs:
|
||||
check-goreleaser-config:
|
||||
name: Check GoReleaser config
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
|
||||
with:
|
||||
egress-policy: audit
|
||||
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
|
||||
- name: Check GoReleaser config
|
||||
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a #v6.4.0
|
||||
with:
|
||||
version: 'v2.12.5'
|
||||
args: check
|
||||
@@ -1,4 +1,3 @@
|
||||
version: 2
|
||||
project_name: kured
|
||||
before:
|
||||
hooks:
|
||||
@@ -24,10 +23,10 @@ builds:
|
||||
- -trimpath
|
||||
|
||||
snapshot:
|
||||
version_template: "{{ .ShortCommit }}"
|
||||
name_template: "{{ .ShortCommit }}"
|
||||
|
||||
release:
|
||||
disable: true
|
||||
|
||||
changelog:
|
||||
disable: true
|
||||
skip: true
|
||||
@@ -1,7 +1,7 @@
|
||||
[tools]
|
||||
cosign = "2.2.3"
|
||||
golangci-lint = "2.1.6"
|
||||
goreleaser = "2.12.5"
|
||||
goreleaser = "1.24.0"
|
||||
kind = "0.30.0"
|
||||
kubectl = "1.31.0"
|
||||
shellcheck = "0.11.0"
|
||||
@@ -40,7 +40,7 @@ Your system needs at least the following binaries installed:
|
||||
### Fetch the additional binaries required
|
||||
|
||||
Please run `make install-tools` once on a fresh repository clone to download necessary developer tools.
|
||||
Installed tools are listed in [.mise directory](.config/mise.toml).
|
||||
Installed tools are listed in [.mise directory](.mise/config.toml).
|
||||
|
||||
### Configure your git for the "Certificate of Origin"
|
||||
|
||||
@@ -94,7 +94,7 @@ We also have other tests:
|
||||
|
||||
All these tests are run on every PR/tagged release. See [.github/workflows](.github/workflows) for more details.
|
||||
|
||||
We use [GoReleaser to build](.config/goreleaser.yml).
|
||||
We use [GoReleaser to build](.goreleaser.yml).
|
||||
|
||||
## Regular development activities / maintenance
|
||||
|
||||
|
||||
6
Makefile
6
Makefile
@@ -69,8 +69,4 @@ lint:
|
||||
|
||||
lint-docs:
|
||||
@echo "Running lychee"
|
||||
mise x lychee@latest -- lychee --verbose --no-progress '*.md' '*.yaml' '*/*/*.go' --exclude-link-local
|
||||
|
||||
lint-goreleaser:
|
||||
@echo "Checking goreleaser"
|
||||
goreleaser check
|
||||
mise x lychee@latest -- lychee --verbose --no-progress '*.md' '*.yaml' '*/*/*.go' --exclude-link-local
|
||||
Reference in New Issue
Block a user