From 22e1387c5b2231c16071e66eea9806228838b0b0 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 31 Oct 2021 16:00:43 +0000 Subject: Migrate to the new syntax for build tags Also, upgrade dependencies. --- main_aws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main_aws.go') 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 // SPDX-License-Identifier: ISC -// +build aws,linux +//go:build aws && linux package main -- cgit v1.2.3-70-g09d2