deps: bump Go version to v1.22.5 (#3225)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-07-03 09:49:37 +02:00 committed by GitHub
parent c48995f249
commit 9c3cb08f92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 9 deletions

View file

@ -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: