From 37889d8eec5171c7feb01b8847da8b062a4896b7 Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sun, 16 Jun 2024 20:55:19 +0700 Subject: [PATCH] feat: update ci (#329) * Update config.yml * Update go.yml --- .circleci/config.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8449734..40f9e09 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: cimg/go:1.18 + - image: cimg/go:1.20 steps: - checkout - restore_cache: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ad0f905..ac446c6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - go: ["1.18", "1.19"] + go: ["1.20", "1.21", "1.22"] steps: - uses: actions/checkout@v4 - name: Set up Go