Skip to content

Commit

Permalink
fix lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
0311xuyang committed Nov 7, 2024
1 parent e2dd0a1 commit 7acde33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '1.21.10'
go-version: '1.23.0'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: 1.21
go-version: 1.23
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down

0 comments on commit 7acde33

Please sign in to comment.