From 87d621f4bb62965f9104b83dbe9bf2e19b165ff2 Mon Sep 17 00:00:00 2001 From: zu1k Date: Mon, 15 Aug 2022 09:30:18 +0800 Subject: [PATCH] chore: Update CI Go version to 1.19 Signed-off-by: zu1k --- .github/workflows/go-release.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 84ba6a2..dbf31ae 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '^1.18' + go-version: '^1.19' - name: Check out code into the Go module directory uses: actions/checkout@v3 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a74f955..d6199cc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '^1.18' + go-version: '^1.19' - name: Check out code into the Go module directory uses: actions/checkout@v3 - name: Cache go module