Does not have support of 1.19.5 go version.
- Dominant language
- Go
- Stars
- 10.8k
- Forks
- 1.3k
- Avg merge
- 2d 36m
- Merged PRs (30d)
- 26
Description
### What happened?
getting this error while running
`# internal/goarch
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# internal/race
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# internal/goos
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# internal/unsafeheader
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# unicode/utf8
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# internal/goexperiment
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# unicode
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# internal/itoa
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# runtime/internal/atomic
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# math/bits
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# internal/goversion
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# unicode/utf16
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# crypto/internal/subtle
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# vendor/golang.org/x/crypto/cryptobyte/asn1
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# container/list
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# crypto/subtle
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# internal/nettrace
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# sync/atomic
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# internal/cpu
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# vendor/golang.org/x/crypto/internal/subtle
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# encoding
compile: version "go1.19" does not match go tool version "go1.19.5"`
`# crypto/internal/boring/sig
compile: version "go1.19" does not match go tool version "go1.19.5"`
`
### What did you expect?
### Minimal graphql.schema and models to reproduce
### versions
- `go run github.com/99designs/gqlgen version`?
using this version: go get github.com/99designs/gqlgen@v0.17.24
and using this command for generate file: go run github.com/99designs/gqlgen generate
- `go version`?
go1.19.5 darwin/amd64
Contributor guide
Assessment
This issue has not been assessed yet.