Skip to content

Commit 3af987e

Browse files
authored
Update ci.yml
1 parent 6c6b2d1 commit 3af987e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
13-
with: { go-version: '1.22' }
13+
with: { go-version: '1.25' }
1414
- run: go test ./...
1515
- run: |
1616
mkdir -p dist

0 commit comments

Comments
 (0)