deps: dont upgrade Go using renovate

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2025-09-04 13:20:40 +02:00
parent c250688244
commit b1adddeef8
No known key found for this signature in database
GPG key ID: 7DD3015F3DDE4B9C
6 changed files with 7 additions and 5 deletions

View file

@ -31,7 +31,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with: with:
go-version: "1.25.1" go-version: "1.24.6"
cache: false cache: false
- name: Install Crane - name: Install Crane

View file

@ -67,7 +67,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with: with:
go-version: "1.25.1" go-version: "1.24.6"
cache: false cache: false
- name: Determine version - name: Determine version

View file

@ -40,7 +40,7 @@ jobs:
if: matrix.language == 'go' if: matrix.language == 'go'
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with: with:
go-version: "1.25.1" go-version: "1.24.6"
cache: false cache: false
- name: Initialize CodeQL - name: Initialize CodeQL

View file

@ -273,7 +273,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with: with:
go-version: "1.25.1" go-version: "1.24.6"
cache: true cache: true
- name: Build generateMeasurements tool - name: Build generateMeasurements tool

View file

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with: with:
go-version: "1.25.1" go-version: "1.24.6"
cache: true cache: true
- name: Run code generation - name: Run code generation

View file

@ -28,6 +28,8 @@
'operators/constellation-node-operator/config/manager/kustomization.yaml', 'operators/constellation-node-operator/config/manager/kustomization.yaml',
], ],
ignoreDeps: [ ignoreDeps: [
// Go requires manual updates
'go',
// Newer version install different versions of nix, breaking reproducibility // Newer version install different versions of nix, breaking reproducibility
'cachix/install-nix-action', 'cachix/install-nix-action',
'github.com/edgelesssys/constellation/v2', 'github.com/edgelesssys/constellation/v2',