From 819ccf54cd74fb0e21de7d868a5f7e483aad1a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Sat, 11 Sep 2021 21:23:15 +0300 Subject: [PATCH] Fix the build error in PR validation (#269) * Fix the build error in PR validation (temp) * Set Go version to 1.16 * Revert "Fix the build error in PR validation (temp)" This reverts commit 4cb613251cc50f7366284172ba09181af0c6d68a. --- .github/workflows/pr_validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index 7d9e74fe7..4c1bf53fd 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go 1.16 uses: actions/setup-go@v2 with: - go-version: '^1.16' + go-version: '1.16' - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -33,7 +33,7 @@ jobs: - name: Set up Go 1.16 uses: actions/setup-go@v2 with: - go-version: '^1.16' + go-version: '1.16' - name: Check out code into the Go module directory uses: actions/checkout@v2