Skip to content

Commit da17def

Browse files
committed
fix: golang version on github action lint
1 parent 9a16b7b commit da17def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: "1.20"
15+
go-version: "1.21"
1616
cache: false
1717
- uses: actions/checkout@v3
1818
with:

0 commit comments

Comments
 (0)