fix: Update go:build version

This commit is contained in:
2024-03-09 17:14:19 +02:00
parent c095ed0878
commit 8d8b5d8849

View File

@@ -6,8 +6,8 @@
// Paperboy is a simple RSS feed reader that generates
// a Markdown file with the latest articles from multiple feeds.
//go:build go1.16
// +build go1.16
//go:build go1.22
// +build go1.22
package main