repochecker: Enforce archive types
This commit is contained in:
parent
038abe450d
commit
724b00b825
2 changed files with 7 additions and 1 deletions
|
@ -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()
|
||||
|
|
Reference in a new issue