From 8ee40cd6f1f9059c0f0204a2cc23ef2eb32dabfc Mon Sep 17 00:00:00 2001 From: "Rodrigo V. Honorato" Date: Fri, 22 Nov 2024 17:35:36 +0100 Subject: [PATCH] update `ci.yml` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2a8e5e..ebf9fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' - name: Build run: go build -v ./...