Skip to content

Commit ad32cc0

Browse files
committed
Update GitHub Actions
- Go test versions: 1.24.x, 1.25.x - GitHub Actions: updated to pinned hashes
1 parent 998f750 commit ad32cc0

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
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.24.x,1.25.x]
14+
go-version: [1.24.x, 1.25.x]
1515
platform: [macos-latest, ubuntu-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

0 commit comments

Comments
 (0)