fix(deps): update module github.com/quic-go/quic-go to v0.37.4 #206

Merged
sam merged 2 commits from renovate/github.com-quic-go-quic-go-0.x into master 2023-08-10 15:07:32 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 1bf1fa892f - Show all commits

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