diff options
author | Michael Muré <batolettre@gmail.com> | 2022-07-31 14:42:00 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-07-31 14:47:07 +0200 |
commit | 56966fec5562c3a0e23340d0fbe754626c3beb64 (patch) | |
tree | 9f04b1e1ee362e210e74aaa324d950058ed14bf2 /api/graphql | |
parent | d179b8b7ec7815ccac73e00f35f5cfbdc4ddbe2e (diff) | |
download | git-bug-56966fec5562c3a0e23340d0fbe754626c3beb64.tar.gz |
build: go 1.18 minimum
Diffstat (limited to 'api/graphql')
-rw-r--r-- | api/graphql/gen_graphql.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/gen_graphql.go b/api/graphql/gen_graphql.go index 47f2c458..19c5f1e3 100644 --- a/api/graphql/gen_graphql.go +++ b/api/graphql/gen_graphql.go @@ -1,4 +1,4 @@ -// +build ignore +//go:build ignore package main |