Chore: update golang version in .drone.yaml (#101894)

This commit is contained in:
Denis Vodopianov
2025-03-11 18:25:52 +01:00
committed by GitHub
parent 7a3415148e
commit e645a7d8ff
5 changed files with 276 additions and 118 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ global variables
"""
grabpl_version = "v3.1.2"
golang_version = "1.23.7"
golang_version = "1.24.1"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
nodejs_version = "22.11.0"