BREAKING: Drop Go 1.19
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Sam Therapy 2023-08-10 18:01:38 +02:00
parent f5ffd118b1
commit 1bf1fa892f
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 6 additions and 6 deletions

View file

@ -148,13 +148,13 @@ local release() = {
'amd64',
'arm64',
'386',
'armv6'
'armv6',
],
package_types: [
'deb',
'apk',
'rpm'
]
'rpm',
],
},
},
],
@ -167,10 +167,10 @@ local release() = {
};
[
testing('1.19', 'amd64'),
testing('1.19', 'arm64'),
testing('1.20', 'amd64'),
testing('1.20', 'arm64'),
testing('1.21', 'amd64'),
testing('1.21', 'arm64'),
release(),
]

2
go.mod
View file

@ -1,6 +1,6 @@
module dns.froth.zone/awl
go 1.19
go 1.20
require (
dns.froth.zone/dnscrypt v0.0.1