mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-01 16:00:39 -05:00
deps: bump Go version to v1.22.4 (#3146)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
1989bce0a5
commit
39b01f8dac
8 changed files with 28 additions and 9 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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||
with:
|
||||
go-version: "1.22.3"
|
||||
go-version: "1.22.4"
|
||||
cache: false
|
||||
|
||||
- name: Install Crane
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
- name: Setup Go environment
|
||||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||
with:
|
||||
go-version: "1.22.3"
|
||||
go-version: "1.22.4"
|
||||
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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||
with:
|
||||
go-version: "1.22.3"
|
||||
go-version: "1.22.4"
|
||||
cache: false
|
||||
|
||||
- name: Initialize CodeQL
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -233,7 +233,7 @@ jobs:
|
|||
- name: Setup Go environment
|
||||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||
with:
|
||||
go-version: "1.22.3"
|
||||
go-version: "1.22.4"
|
||||
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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||
with:
|
||||
go-version: "1.22.3"
|
||||
go-version: "1.22.4"
|
||||
cache: true
|
||||
|
||||
- name: Run code generation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue