use version hashes

This commit is contained in:
Denis Mishin 2023-06-09 18:43:56 -04:00
parent fb50ef1eb3
commit c601fe2201

View file

@ -15,14 +15,14 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-go@v4 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with: with:
go-version: 1.20.x go-version: 1.20.x
cache: false cache: false
- run: make deps-build - run: make deps-build
- uses: golangci/golangci-lint-action@v3.5.0 - uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f
with: with:
version: v1.52 version: v1.52
args: --timeout=10m args: --timeout=10m