From 1f3f88924dc487c8a221624493f45432df0a0983 Mon Sep 17 00:00:00 2001 From: arisnguyenit97 Date: Wed, 23 Oct 2024 23:08:08 +0700 Subject: [PATCH] :rocket: deployment: update golang version CI #2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e82088..204c8d9 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: # Add Go versions as needed - go: ["1.19", "1.20.x", "1.21.x"] + go: ["1.21.x", "1.23.x"] # previous version "1.19", "1.20.x" steps: - uses: actions/checkout@v3