diff options
author | Francis Lavoie <[email protected]> | 2022-03-15 18:09:19 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-15 22:09:19 +0000 |
commit | 4e9fbee1e2ef39ff56bdfb19126a9b1a8a841eb4 (patch) | |
tree | 3864a5cf79c6e3b6a94d8fa819deb621c9b02122 /replacer_fuzz.go | |
parent | a9c7e94a38e4f4719a5c1cf7f3e11e8cf427f04e (diff) | |
download | caddy-4e9fbee1e2ef39ff56bdfb19126a9b1a8a841eb4.tar.gz caddy-4e9fbee1e2ef39ff56bdfb19126a9b1a8a841eb4.zip |
ci: Build on Go 1.18, bump actions versions (#4637)
* ci: Build on Go 1.18, bump actions versions
* Revert linter version bump for now
* Try linter again
Diffstat (limited to 'replacer_fuzz.go')
-rw-r--r-- | replacer_fuzz.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/replacer_fuzz.go b/replacer_fuzz.go index 2c27f01ae..a837e33f8 100644 --- a/replacer_fuzz.go +++ b/replacer_fuzz.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build gofuzz // +build gofuzz package caddy |