From 522d7fbf4cfc0352086022d6880d3955ffd2f676 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 3 Dec 2022 11:37:58 +0100 Subject: [PATCH] Update golang ci action --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5dc31b..bee0591 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,11 @@ jobs: key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }} restore-keys: ${{ runner.os }}-node_modules- - uses: actions/checkout@v2 - - uses: golangci/golangci-lint-action@v2 + - uses: golangci/golangci-lint-action@v3 with: version: v1.45 args: --timeout=5m + skip-cache: true - run: go mod download - run: make download-tools - run: (cd ui && yarn)