aboutsummaryrefslogtreecommitdiffstats
path: root/webui
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 /webui
parentd179b8b7ec7815ccac73e00f35f5cfbdc4ddbe2e (diff)
downloadgit-bug-56966fec5562c3a0e23340d0fbe754626c3beb64.tar.gz
build: go 1.18 minimum
Diffstat (limited to 'webui')
-rw-r--r--webui/debug_assets.go2
-rw-r--r--webui/pack_webui.go2
-rw-r--r--webui/packed_assets.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/webui/debug_assets.go b/webui/debug_assets.go
index 87ec4f6c..ffefbcab 100644
--- a/webui/debug_assets.go
+++ b/webui/debug_assets.go
@@ -1,4 +1,4 @@
-// +build debugwebui
+//go:build debugwebui
package webui
diff --git a/webui/pack_webui.go b/webui/pack_webui.go
index 69cac9d4..91e2053f 100644
--- a/webui/pack_webui.go
+++ b/webui/pack_webui.go
@@ -1,4 +1,4 @@
-// +build ignore
+//go:build ignore
package main
diff --git a/webui/packed_assets.go b/webui/packed_assets.go
index 90bc6b38..eb244920 100644
--- a/webui/packed_assets.go
+++ b/webui/packed_assets.go
@@ -1,6 +1,6 @@
// Code generated by vfsgen; DO NOT EDIT.
-// +build !debugwebui
+//go:build !debugwebui
package webui