From 9715ac6297e66df0436c6c1d484a6259891a66e7 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Thu, 15 Feb 2024 12:31:21 +0100 Subject: [PATCH] Another minor Github action update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t hardcode the go minor version number --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 19a521b..c169d54 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: ^1.21.1 + go-version: ^1.21 - name: Build run: go build -v ./...