From 50ccf3679f8f6e25212980a85f588043c6a9acaf Mon Sep 17 00:00:00 2001 From: Kesuaheli <40177436+Kesuaheli@users.noreply.github.com> Date: Sun, 30 Apr 2023 22:56:17 +0200 Subject: [PATCH] Do not interpret go version as float See https://github.com/golangci/golangci-lint/pull/3414#issuecomment-1413053239 --- .github/workflows/gotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 9ff5764..d709695 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' - name: Set up dependencies run: go mod download