From 26633275ac63fa32a4ba8989d20273b3152e6a30 Mon Sep 17 00:00:00 2001 From: Peter Barrow Date: Mon, 2 Oct 2023 16:33:34 +0100 Subject: [PATCH] fix: Updated golang to version 1.20.8 --- .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 f5b74d4..c415337 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - go: ['1.20'] + go: ['1.20.8'] steps: - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v2