From 8d35284fe1682f11d675a2a2320b93fcff05ad5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Fri, 3 Nov 2023 08:57:32 +0100 Subject: [PATCH] Fix golang version in pipeline --- .github/workflows/golint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golint.yml b/.github/workflows/golint.yml index 608809c..46c2c8b 100644 --- a/.github/workflows/golint.yml +++ b/.github/workflows/golint.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.18 + - name: Set up Go 1.21 uses: actions/setup-go@v1 with: - go-version: 1.18 + go-version: 1.21 id: go - name: Check out code into the Go module directory