From 982f41a08be4547b281cf93e01852c8260ea5fb7 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 4 Nov 2022 21:14:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20Go=20version=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e1993ea..0338e0b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: "1.17.x" + go-version: "1.19.x" - name: Cache Go Dependencies uses: actions/cache@v3 @@ -46,7 +46,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: "1.17.x" + go-version: "1.19.x" - name: Cache Go Dependencies uses: actions/cache@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f28cb8..9c8dc97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: "1.17.x" + go-version: "1.19.x" - name: Cache Go Dependencies uses: actions/cache@v3