mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 11:36:10 -04:00
deps: bump Go version to v1.22.5 (#3225)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
c48995f249
commit
9c3cb08f92
9 changed files with 11 additions and 9 deletions
|
@ -24,6 +24,8 @@ You can use the following command to find replace all instances of `go-version:
|
|||
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" {} \;
|
||||
sed -i "s/go ${OLD_VERSION}/go ${NEW_VERSION}/g" go.mod
|
||||
sed -i "s/${OLD_VERSION}/${NEW_VERSION}/g" go.work
|
||||
```
|
||||
|
||||
Or manually:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue