From 80e8f67c32661b1a2759f7d379d503374993d54e Mon Sep 17 00:00:00 2001 From: Milan Lesichkov Date: Sun, 24 Mar 2024 01:43:30 +0000 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b0f151..6a9af27 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,9 +14,9 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: - go-version: 1.19 + go-version: 1.22 - name: Build run: go build -v ./...