mirror of
https://github.com/google/go-attestation.git
synced 2024-12-19 21:17:58 +00:00
Fix golangci-lint workflow (#336)
This commit is contained in:
parent
a9b6eb1eb8
commit
2788b541c7
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
@ -10,9 +10,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19.3
|
||||
go-version: 1.20.x
|
||||
- uses: actions/checkout@v3
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.50.1
|
||||
version: v1.53.3
|
||||
|
Loading…
Reference in New Issue
Block a user