Skip to content

Commit dc0a50a

Browse files
committed
fix: go version in tests workflow
1 parent 5091197 commit dc0a50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.20
23+
go-version: 1.23.2
2424
cache: true
2525

2626
- name: Cache Go modules

0 commit comments

Comments
 (0)