Skip to content

Commit

Permalink
fix: golang lint report error
Browse files Browse the repository at this point in the history
    Because of using 1.21.8 actually

Signed-off-by: 泰友 <cuichengxu.ccx@antgroup.com>
  • Loading branch information
泰友 committed Mar 27, 2024
1 parent 900e17e commit 8fb1736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: ~1.18
go-version: 1.18
- name: Golang Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 8fb1736

Please sign in to comment.