lint: Install dependencies with Golang 1.17

This commit is contained in:
Joachim Bauch 2022-04-05 10:49:12 +02:00
parent b066785b00
commit 54715aa6d7
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -19,6 +19,10 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- id: go-cache-paths
run: |
echo "::set-output name=go-build::$(go env GOCACHE)"