From cd40ab75f44e9f6ac86beca576a934fd790fc9fb Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Wed, 11 Oct 2023 19:57:37 +0200 Subject: Update Go version in CI --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cdc3248..24d8254 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,6 +15,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 + with: + go-version: "1.21.3" - name: Install dependencies run: go get . -- cgit v1.2.3