update go version for build

This commit is contained in:
Simon Vieille 2024-04-05 10:09:30 +02:00
parent 451717ddac
commit 7cf77935b3
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,9 @@
package main package main
import ( import (
"gopkg.in/yaml.v3"
"os" "os"
"gopkg.in/yaml.v3"
) )
type TlsConfig struct { type TlsConfig struct {

File diff suppressed because one or more lines are too long