From 231758f88aeffac3c9068cc83132af2a12b2b718 Mon Sep 17 00:00:00 2001 From: stevensbkang Date: Mon, 16 Oct 2023 10:56:18 +0900 Subject: [PATCH] feat: bump go to 1.21.3 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a288b12..a4069eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,10 +19,10 @@ jobs: steps: - name: "[preparation] checkout the current branch" uses: actions/checkout@v3.5.3 - - name: "[preparation] set up golang 1.20.4" + - name: "[preparation] set up golang 1.21.3" uses: actions/setup-go@v4.0.1 with: - go-version: "1.20.4" + go-version: "1.21.3" cache-dependency-path: ./go.sum - name: "[preparation] set up qemu" uses: docker/setup-qemu-action@v2