From 8c5cbbafe9e443a3505c68cefc9bd5ff8af49c20 Mon Sep 17 00:00:00 2001 From: Dheeraj Dubey Date: Thu, 20 Apr 2023 15:01:47 +0530 Subject: [PATCH] update golang version on jobs to 1.19 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85d0d44ca..97aaa6bd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4.0.0 with: - go-version: ^1.19 + go-version: 1.19 id: go - name: Check out code into the Go module directory˛˜ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d573f565f..7e3e86bb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4.0.0 with: - go-version: ^1.19 + go-version: 1.19 id: go - name: Check out code into the Go module directory