Files
windmill/backend/migrations/20220905175719_go_lang.up.sql
Ruben Fiszel 9d991f968c feat: implement go support (#571)
* progress

* progress

* all in one

* frontend

* small nits

* go job test

* go.sum is optional

* add golang-go to backend test image

Co-authored-by: sqwishy <somebody@froghat.ca>
2022-09-13 21:14:21 +02:00

2 lines
70 B
SQL

-- Add up migration script here
ALTER TYPE SCRIPT_LANG ADD VALUE 'go';