aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-07-31 14:42:00 +0200
committerMichael Muré <batolettre@gmail.com>2022-07-31 14:47:07 +0200
commit56966fec5562c3a0e23340d0fbe754626c3beb64 (patch)
tree9f04b1e1ee362e210e74aaa324d950058ed14bf2 /api
parentd179b8b7ec7815ccac73e00f35f5cfbdc4ddbe2e (diff)
downloadgit-bug-56966fec5562c3a0e23340d0fbe754626c3beb64.tar.gz
build: go 1.18 minimum
Diffstat (limited to 'api')
-rw-r--r--api/graphql/gen_graphql.go2
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