From 7980a955bebf9cbe9f860f0b4ab39525b40e96b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matczuk?= Date: Thu, 29 Apr 2021 18:24:02 +0200 Subject: [PATCH] github: force Go 1.16 or higher --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56e3426..aeb61b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 + with: + go-version: '^1.16' - uses: actions/cache@v2 id: gomod-cache with: