From b87893ee7e2b6b5f20ed965fe7012013f325fb76 Mon Sep 17 00:00:00 2001 From: Markus Wiegand Date: Wed, 15 Mar 2023 20:34:29 +0100 Subject: [PATCH] update workflow --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ca4fc76..ca332e8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,9 +15,9 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: - go-version: '1.19' + go-version: '1.20' - name: Check out code into the Go module directory uses: actions/checkout@v3