Skip to content

Commit 5669ce0

Browse files
committed
set fixed golang version
1 parent f8266be commit 5669ce0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
cancel-in-progress: true
1818
runs-on: ubuntu-latest
1919
steps:
20+
- uses: actions/setup-go@v5
21+
with:
22+
go-version: '1.23'
2023
- uses: actions/checkout@v4
2124
- name: golangci-lint
2225
uses: golangci/golangci-lint-action@v4

0 commit comments

Comments
 (0)