repochecker: Enforce archive types

This commit is contained in:
nemunaire 2021-11-13 16:30:45 +01:00
parent 038abe450d
commit 724b00b825
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,4 @@
//go:build checkupdate
// +build checkupdate
package main
@ -9,7 +10,7 @@ import (
"net/http"
)
const version = 10
const version = 11
func init() {
go checkUpdate()