mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04: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
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||||
with:
|
with:
|
||||||
go-version: "1.22.3"
|
go-version: "1.22.4"
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Install Crane
|
- name: Install Crane
|
||||||
|
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||||
with:
|
with:
|
||||||
go-version: "1.22.3"
|
go-version: "1.22.4"
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Determine version
|
- name: Determine version
|
||||||
|
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
if: matrix.language == 'go'
|
if: matrix.language == 'go'
|
||||||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||||
with:
|
with:
|
||||||
go-version: "1.22.3"
|
go-version: "1.22.4"
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -233,7 +233,7 @@ jobs:
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||||
with:
|
with:
|
||||||
go-version: "1.22.3"
|
go-version: "1.22.4"
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Build generateMeasurements tool
|
- 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
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||||
with:
|
with:
|
||||||
go-version: "1.22.3"
|
go-version: "1.22.4"
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Run code generation
|
- name: Run code generation
|
||||||
|
|
|
@ -24,7 +24,7 @@ go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
|
||||||
go_sdk.download(
|
go_sdk.download(
|
||||||
name = "go_sdk",
|
name = "go_sdk",
|
||||||
patches = ["//3rdparty/bazel/org_golang:go_tls_max_handshake_size.patch"],
|
patches = ["//3rdparty/bazel/org_golang:go_tls_max_handshake_size.patch"],
|
||||||
version = "1.22.3",
|
version = "1.22.4",
|
||||||
)
|
)
|
||||||
|
|
||||||
# the use_repo rule needs to list all top-level go dependencies
|
# the use_repo rule needs to list all top-level go dependencies
|
||||||
|
|
4
MODULE.bazel.lock
generated
4
MODULE.bazel.lock
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"lockFileVersion": 6,
|
"lockFileVersion": 6,
|
||||||
"moduleFileHash": "b92386d1cc50b1a882bf3f0701bbff7fa7fb0116f653fe2773066016cb07ca71",
|
"moduleFileHash": "69841d218742190dc3a3ae4ccb22541216c1297d9657a24ec500b256a5d2b63a",
|
||||||
"flags": {
|
"flags": {
|
||||||
"cmdRegistries": [
|
"cmdRegistries": [
|
||||||
"https://bcr.bazel.build/"
|
"https://bcr.bazel.build/"
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"patches": [
|
"patches": [
|
||||||
"//3rdparty/bazel/org_golang:go_tls_max_handshake_size.patch"
|
"//3rdparty/bazel/org_golang:go_tls_max_handshake_size.patch"
|
||||||
],
|
],
|
||||||
"version": "1.22.3"
|
"version": "1.22.4"
|
||||||
},
|
},
|
||||||
"devDependency": false,
|
"devDependency": false,
|
||||||
"location": {
|
"location": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## Steps
|
## Steps
|
||||||
|
|
||||||
Replace "1.xx.x" with the new version in [MODULE.bazel](/MODULE.bazel):
|
Replace `"1.xx.x"` with the new version in [MODULE.bazel](/MODULE.bazel):
|
||||||
|
|
||||||
```starlark
|
```starlark
|
||||||
go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
|
go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
|
||||||
|
@ -16,3 +16,22 @@ go_sdk.download(
|
||||||
)
|
)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Replace `go-version: "1.xx.x"` with the new version in all GitHub actions and workflows.
|
||||||
|
You can use the following command to find replace all instances of `go-version: "1.xx.x"` in the `.github` directory:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
OLD_VERSION="1.xx.x"
|
||||||
|
NEW_VERSION="1.xx.y"
|
||||||
|
find .github -type f -exec sed -i "s/go-version: \"${OLD_VERSION}\"/go-version: \"${NEW_VERSION}\"/g" {} \;
|
||||||
|
```
|
||||||
|
|
||||||
|
Or manually:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Setup Go environment
|
||||||
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: "1.xx.x" <--- Replace this one
|
||||||
|
~~~~~~~~
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue