Automatically add go-version input if installGo == true

This commit is contained in:
Michael B. Gale
2025-08-14 11:50:03 +01:00
parent 9bd3c14196
commit bd79bc6b67
33 changed files with 265 additions and 112 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ on:
go-version:
type: string
description: The version of Go to install
required: true
required: false
default: '>=1.21.0'
jobs:
go-custom-queries:
name: 'Go: Custom queries'