From 712e72f3e2d9064919532a274551a176feb1b457 Mon Sep 17 00:00:00 2001 From: Shin-Thant Date: Sun, 3 Mar 2024 16:15:49 +0630 Subject: [PATCH] ci: run test job for go version 1.20.x and 1.x --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index dd81d0b..9fd744a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ["1.20.x"] + go-version: ["1.20.x", "1.x"] services: postgres: image: postgres:latest