hi all, a quick question: does seed now support go...
# seed
c
hi all, a quick question: does seed now support golang 1.16 ?
f
Hey @Cristian, not yet. But if you are using the General Purpose v4.0, you can try installing 1.16 in ur
seed.yml
buildspec:
Copy code
before_compile:
  - goenv install 1.16.4
  - goenv global 1.16.4