Compare commits
7 Commits
88257f004e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ed8b8e4a9 | |||
| 6c4c832372 | |||
| 07e677325c | |||
| 75dfbf6113 | |||
| 8b3a32af11 | |||
| 12f26f1d8f | |||
| ed87367edd |
@@ -12,11 +12,11 @@ jobs:
|
||||
- linux_amd64
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
|
||||
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
|
||||
with:
|
||||
go-version: "1.26.3"
|
||||
go-version-file: 'go.mod'
|
||||
- name: Install yq
|
||||
run: |
|
||||
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
id: version_check
|
||||
run: |
|
||||
NEW_VERSION=$(yq -r '.info.version' openapi.yaml)
|
||||
if [ -f openapi_spec.yaml ]; then
|
||||
if [ -f openapi_spec.yaml ]; then
|
||||
OLD_VERSION=$(yq -r '.info.version' openapi_spec.yaml)
|
||||
else
|
||||
OLD_VERSION="0.0.0"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module gitea.t000-n.de/t.behrendt/ionosDnsClient
|
||||
|
||||
go 1.24.0
|
||||
go 1.26.3
|
||||
|
||||
require github.com/oapi-codegen/runtime v1.4.1
|
||||
require github.com/oapi-codegen/runtime v1.4.2
|
||||
|
||||
require (
|
||||
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
||||
|
||||
@@ -22,6 +22,8 @@ github.com/oapi-codegen/runtime v1.4.0 h1:KLOSFOp7UzkbS7Cs1ms6NBEKYr0WmH2wZG0KKb
|
||||
github.com/oapi-codegen/runtime v1.4.0/go.mod h1:5sw5fxCDmnOzKNYmkVNF8d34kyUeejJEY8HNT2WaPec=
|
||||
github.com/oapi-codegen/runtime v1.4.1 h1:9nwLoI+KrWxzbBcp0jO/R8uXqbik/HUyCvPeU68Y/qo=
|
||||
github.com/oapi-codegen/runtime v1.4.1/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU=
|
||||
github.com/oapi-codegen/runtime v1.4.2 h1:GMxFVYLzoYLua+/KvzgSphkyK1lLTReQI9Vf4hvATKE=
|
||||
github.com/oapi-codegen/runtime v1.4.2/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU=
|
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>t.behrendt/renovate-configs:common",
|
||||
"local>t.behrendt/renovate-configs:action"
|
||||
"local>t.behrendt/renovate-configs:action",
|
||||
"local>t.behrendt/renovate-configs:golang"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user