Update golang ci action

This commit is contained in:
Jannis Mattheis 2022-12-03 11:37:58 +01:00
parent 615aa5ce1c
commit 522d7fbf4c
1 changed files with 2 additions and 1 deletions

View File

@ -24,10 +24,11 @@ jobs:
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-node_modules- restore-keys: ${{ runner.os }}-node_modules-
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2 - uses: golangci/golangci-lint-action@v3
with: with:
version: v1.45 version: v1.45
args: --timeout=5m args: --timeout=5m
skip-cache: true
- run: go mod download - run: go mod download
- run: make download-tools - run: make download-tools
- run: (cd ui && yarn) - run: (cd ui && yarn)