From f37c194ab898f555b188f4abbf9d0010e2427bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 19 Aug 2021 05:35:58 +0200 Subject: [PATCH] Bump Go modules to 1.17 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0e57481..afce11b 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module janouch.name/sklad -go 1.12 +go 1.17 require github.com/boombuler/barcode v1.0.1