From b16982df0f7da9eedb678455298b42ac55c86666 Mon Sep 17 00:00:00 2001
From: Oleg Lobanov <oleg@lobanov.me>
Date: Fri, 3 Jun 2022 16:13:56 +0200
Subject: [PATCH] build(backend): bump go version to 1.8.3

---
 .github/workflows/main.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 9b63df43..e5c3165f 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -24,7 +24,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions/setup-go@v2
         with:
-          go-version: 1.18.1
+          go-version: 1.18.3
       - run: make lint-backend
   lint-commits:
     runs-on: ubuntu-latest
@@ -57,7 +57,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions/setup-go@v2
         with:
-          go-version: 1.18.1
+          go-version: 1.18.3
       - run: make test-backend
   test:
     runs-on: ubuntu-latest
@@ -76,7 +76,7 @@ jobs:
           fetch-depth: 0
       - uses: actions/setup-go@v2
         with:
-          go-version: 1.18.1
+          go-version: 1.18.3
       - uses: actions/setup-node@v2
         with:
           node-version: '16'