Skip to content

Commit 496548d

Browse files
authored
Update Go version to stable in linters workflow
1 parent dee21a8 commit 496548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-go@v6
1313
with:
14-
go-version: 1.23
14+
go-version: stable
1515
- name: Check go mod
1616
run: |
1717
go mod tidy

0 commit comments

Comments
 (0)