Skip to content

Commit f8266be

Browse files
committed
set fixed golang version
1 parent 9dc2525 commit f8266be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: golangci/golangci-lint-action@v4
2323
with:
2424
version: ${{ env.GOLANGCI_LINT_VERSION }}
25+
go-version: '1.23'
2526
args: --timeout=5m
2627
golangci-examples:
2728
name: golangci-lint-examples

0 commit comments

Comments
 (0)