Compare commits

...

2 Commits

Author SHA1 Message Date
0dbd2555a4 Merge branch 'master' into add/bun
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2023-12-16 13:26:07 +01:00
e85a222bf1 bump golang version (#80)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
### 📖 Summary

-  update golang install version to 1.21.5

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: CodeServer/arkanum#80
2023-12-16 13:25:52 +01:00

View File

@ -121,7 +121,7 @@ function instDotNet() {
function instGoLang() {
if [[ -z "$1" ]]; then
GOVERSION="1.20.6"
GOVERSION="1.21.5"
else
GOVERSION="$1"
fi