From 32ec7c0541f748bf30e33a8c39cce18632b3e8c9 Mon Sep 17 00:00:00 2001 From: Airenas Vaiciunas Date: Mon, 20 May 2024 19:54:02 +0300 Subject: [PATCH] fix: ci --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 884c011..d458b99 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: 1.22 - name: Check out code into the Go module directory uses: actions/checkout@v2