Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Bump golangci/golangci-lint-action from v2.4.0 to v2.5.1 #24

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up go env
run: export PATH=${PATH}:`go env GOPATH`/bin
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.4.0
uses: golangci/golangci-lint-action@v2.5.1
with:
version: v1.33

Expand Down