From 669f483e2ca0ae92450a9e1db1467b04da1e4295 Mon Sep 17 00:00:00 2001 From: Markus Wiegand Date: Thu, 16 Apr 2020 02:59:08 +0200 Subject: [PATCH] update lint workflow --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a46f665..619c237 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: '1.13' + go-version: '1.14' - name: Check out code into the Go module directory uses: actions/checkout@v1