Merge v3.6 into master

This commit is contained in:
mmatur
2026-02-10 09:07:34 +01:00
24 changed files with 93 additions and 94 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
- 'script/gcg/**'
env:
GO_VERSION: '1.24'
GO_VERSION: '1.25'
CGO_ENABLED: 0
jobs:
+1 -1
View File
@@ -7,7 +7,7 @@ on:
- v*
env:
GO_VERSION: '1.24'
GO_VERSION: '1.25'
CGO_ENABLED: 0
jobs:
+3 -3
View File
@@ -6,7 +6,7 @@ on:
- 'v*.*.*'
env:
GO_VERSION: '1.24'
GO_VERSION: '1.25'
CGO_ENABLED: 0
VERSION: ${{ github.ref_name }}
TRAEFIKER_EMAIL: "traefiker@traefik.io"
@@ -130,8 +130,8 @@ jobs:
--exclude .idea \
--exclude .github \
--exclude dist .
chown -R "$(id -u)":"$(id -g)" dist/
gh release create ${VERSION} ./dist/**/traefik*.{zip,tar.gz} ./dist/traefik*.{tar.gz,txt} --repo traefik/traefik --title ${VERSION} --notes ${VERSION} --latest=false
./script/deploy.sh
@@ -12,7 +12,7 @@ on:
- 'integration/integration_test.go'
env:
GO_VERSION: '1.24'
GO_VERSION: '1.25'
CGO_ENABLED: 0
jobs:
+1 -1
View File
@@ -10,7 +10,7 @@ on:
- 'script/gcg/**'
env:
GO_VERSION: '1.24'
GO_VERSION: '1.25'
CGO_ENABLED: 0
jobs:
@@ -12,7 +12,7 @@ on:
- 'integration/integration_test.go'
env:
GO_VERSION: '1.24'
GO_VERSION: '1.25'
CGO_ENABLED: 0
jobs:
+1 -1
View File
@@ -10,7 +10,7 @@ on:
- 'script/gcg/**'
env:
GO_VERSION: '1.24'
GO_VERSION: '1.25'
jobs:
generate-packages:
+1 -1
View File
@@ -6,7 +6,7 @@ on:
- '*'
env:
GO_VERSION: '1.24'
GO_VERSION: '1.25'
GOLANGCI_LINT_VERSION: v2.8.0
MISSPELL_VERSION: v0.7.0