bump golang version (#80)
ci/woodpecker/push/ci Pipeline was successful Details

### 📖 Summary

-  update golang install version to 1.21.5

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #80
This commit is contained in:
OCram85 2023-12-16 13:25:52 +01:00
parent 02ee121148
commit e85a222bf1
1 changed files with 1 additions and 1 deletions

View File

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