From 52eca2391831c33cd078850ae23ed696ea074a40 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 10 Jan 2023 17:12:01 +0100 Subject: [PATCH] ci: bump GitHub CI Go version to 1.19.2 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5cd70b..4aadbd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ env: # If you change this value, please change it in the following files as well: # /Dockerfile - GO_VERSION: 1.17 + GO_VERSION: 1.19.2 jobs: ######################## @@ -123,4 +123,4 @@ jobs: go-version: '~${{ env.GO_VERSION }}' - name: run unit tests - run: make unit \ No newline at end of file + run: make unit