chore: fix github action cache.

This commit is contained in:
Fernandez Ludovic
2021-07-17 05:58:35 +02:00
parent 9baca36b2c
commit 09cbe40f67
3 changed files with 18 additions and 10 deletions

View File

@ -14,9 +14,9 @@ jobs:
name: Main Process
runs-on: ubuntu-latest
env:
GO_VERSION: 1.15
GOLANGCI_LINT_VERSION: v1.33.0
SEIHON_VERSION: v0.5.1
GO_VERSION: 1.16
GOLANGCI_LINT_VERSION: v1.41.1
SEIHON_VERSION: v0.8.3
CGO_ENABLED: 0
steps:
@ -47,7 +47,6 @@ jobs:
go mod tidy
git diff --exit-code go.mod
git diff --exit-code go.sum
go mod download
# https://golangci-lint.run/usage/install#other-ci
- name: Install golangci-lint ${{ env.GOLANGCI_LINT_VERSION }}