mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-09 09:08:29 -04:00
deps: dont upgrade Go using renovate
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
c250688244
commit
b1adddeef8
6 changed files with 7 additions and 5 deletions
2
.github/workflows/build-ccm-gcp.yml
vendored
2
.github/workflows/build-ccm-gcp.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version: "1.25.1"
|
||||
go-version: "1.24.6"
|
||||
cache: false
|
||||
|
||||
- name: Install Crane
|
||||
|
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version: "1.25.1"
|
||||
go-version: "1.24.6"
|
||||
cache: false
|
||||
|
||||
- name: Determine version
|
||||
|
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
if: matrix.language == 'go'
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version: "1.25.1"
|
||||
go-version: "1.24.6"
|
||||
cache: false
|
||||
|
||||
- name: Initialize CodeQL
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -273,7 +273,7 @@ jobs:
|
|||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version: "1.25.1"
|
||||
go-version: "1.24.6"
|
||||
cache: true
|
||||
|
||||
- name: Build generateMeasurements tool
|
||||
|
|
2
.github/workflows/test-operator-codegen.yml
vendored
2
.github/workflows/test-operator-codegen.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version: "1.25.1"
|
||||
go-version: "1.24.6"
|
||||
cache: true
|
||||
|
||||
- name: Run code generation
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
'operators/constellation-node-operator/config/manager/kustomization.yaml',
|
||||
],
|
||||
ignoreDeps: [
|
||||
// Go requires manual updates
|
||||
'go',
|
||||
// Newer version install different versions of nix, breaking reproducibility
|
||||
'cachix/install-nix-action',
|
||||
'github.com/edgelesssys/constellation/v2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue