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