Add Golang 1.21

Please add Golang 1.21

The last working version is 1.20:

dist: jammy
jobs:
  include:
  - language: go
    go: "1.20"
    script:
    - go build -mod=mod -o .  ./...

Hi @matihost,

I will put in an internal request.