BREAKING: Drop Go 1.19
This commit is contained in:
parent
f5ffd118b1
commit
1bf1fa892f
2 changed files with 6 additions and 6 deletions
|
@ -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
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module dns.froth.zone/awl
|
||||
|
||||
go 1.19
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
dns.froth.zone/dnscrypt v0.0.1
|
||||
|
|
Loading…
Reference in a new issue