From 11a89c182120ad9ca9244169913cac6565db14fa Mon Sep 17 00:00:00 2001 From: oq <84847714+oq-x@users.noreply.github.com> Date: Tue, 17 Oct 2023 02:34:22 +0300 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 36f6c0f..f10e090 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,6 +22,8 @@ jobs: - 1.17 - 1.18 - 1.19 + - 1.20 + - 1.21 steps: - uses: actions/checkout@v3 - uses: docker/setup-buildx-action@v2