Skip to content

Commit

Permalink
Fix incorrect version comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored Mar 13, 2024
1 parent e2cb6e3 commit b60dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.17
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3.1.0
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3.7.1
with:
Expand Down

0 comments on commit b60dc28

Please sign in to comment.