From 46874afcf8a830777f59034ee409a2114af0480a Mon Sep 17 00:00:00 2001 From: qbart Date: Mon, 9 Sep 2024 22:19:06 +0200 Subject: [PATCH] fix: CI typo --- .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 7428b05..0d5f156 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go - - uses: actions/setup-go@v5 + uses: actions/setup-go@v5 with: go-version: '1.23.1' # The Go version to download (if necessary) and use.