From fa95299df4aa7e4c54d872e786a91ded5bdb01c1 Mon Sep 17 00:00:00 2001 From: Oleg Lobanov Date: Wed, 15 Feb 2023 23:42:16 +0100 Subject: [PATCH] build(backend): bump go version to 1.20.1 --- .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 e5c3165f..42ae7c60 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.3 + go-version: 1.20.1 - 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.3 + go-version: 1.20.1 - 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.3 + go-version: 1.20.1 - uses: actions/setup-node@v2 with: node-version: '16'