We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86a63f4 + 8102e0d commit b9ae792Copy full SHA for b9ae792
.github/workflows/golangci-lint.yml
@@ -24,6 +24,6 @@ jobs:
24
- run: wget http://archive.ubuntu.com/ubuntu/pool/universe/libg/libgit2/libgit2-{1.5,dev}_1.5.1+ds-1ubuntu1_amd64.deb
25
- run: sudo apt-get install -qqy ./*.deb
26
- name: golangci-lint
27
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
28
with:
29
version: v1.54
0 commit comments