diff --git a/.drone.jsonnet b/.drone.jsonnet index e941273..53122db 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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(), ] diff --git a/go.mod b/go.mod index 3a7dcf4..fea1538 100644 --- a/go.mod +++ b/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