Skip to content

Commit 53482ee

Browse files
committed
ci: update go version
1 parent 2a1c029 commit 53482ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
go-version: ["1.22", "1.23"]
15-
name: Build ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }}
14+
go-version: ["1.23", "1.24"]
15+
name: Build ${{ matrix.go-version == '1.24' && '(latest)' || '(old)' }}
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)