aboutsummaryrefslogtreecommitdiff
path: root/main_aws.go
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-10-31 16:00:43 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-10-31 16:00:43 +0000
commit22e1387c5b2231c16071e66eea9806228838b0b0 (patch)
tree7c9877a1370d6c71cd01ad4f88e070f9fe59f50a /main_aws.go
parent3e17f52cd058c79f508713c4ad84dbb666cf3904 (diff)
Migrate to the new syntax for build tags
Also, upgrade dependencies.
Diffstat (limited to 'main_aws.go')
-rw-r--r--main_aws.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_aws.go b/main_aws.go
index f0bf918..120d6de 100644
--- a/main_aws.go
+++ b/main_aws.go
@@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: © 2019 Grégoire Duchêne <gduchene@awhk.org>
// SPDX-License-Identifier: ISC
-// +build aws,linux
+//go:build aws && linux
package main