From 68858acff1c701687efe09d6739decf4aea744a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Sch=C3=A4fer?= Date: Mon, 5 Feb 2024 15:15:57 +0100 Subject: [PATCH] Bump go-version used for sanity tests --- .github/workflows/sanity-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-tests.yml b/.github/workflows/sanity-tests.yml index 7782c0b..f993df4 100644 --- a/.github/workflows/sanity-tests.yml +++ b/.github/workflows/sanity-tests.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '1.20' + go-version: '1.21' - name: Set up CI system run: sudo apt-get update && sudo apt-get install -y nfs-common netbase && sudo rpcbind