From 64ea3be9fad8f545ba9692bc8534379ed1ffaade Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Wed, 11 Oct 2023 12:51:00 +0700 Subject: [PATCH] ci: update go --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ad08c58..a327f55 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - go: ['1.20'] + go: ['1.21'] steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4