3 Commits

Author SHA1 Message Date
renovate-bot f8c2ddedb2 chore(deps): update actions 2026-07-08 05:02:12 +00:00
t.behrendt 75dfbf6113 ci: pin actions/setup-go to full semver (#32)
Reviewed-on: #32
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2026-07-08 06:52:12 +02:00
t.behrendt 8b3a32af11 ci: get golang version from modfile (#31)
Reviewed-on: #31
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2026-07-08 06:50:36 +02:00
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: "1.26.5"
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
+1 -1
View File
@@ -1,6 +1,6 @@
module gitea.t000-n.de/t.behrendt/ionosDnsClient
go 1.24.0
go 1.26.3
require github.com/oapi-codegen/runtime v1.4.2
+2 -2
View File
@@ -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"
]
}