From 6b11ffa70bba43d67aa3614e09f01361bd7a0f63 Mon Sep 17 00:00:00 2001 From: Aoang Date: Sun, 14 Aug 2022 15:31:40 +0800 Subject: [PATCH] chore: run tests on go 1.19 --- .github/workflows/gin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index cb3a49a8..08782755 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: [1.15, 1.16, 1.17, 1.18] + go: [1.15, 1.16, 1.17, 1.18, 1.19] test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json'] include: - os: ubuntu-latest