Skip to content

Commit beb3f3c

Browse files
author
enzopang
committed
ci: update Go version matrix to 1.23, 1.24
1 parent b7fb409 commit beb3f3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go-version: ['1.21', '1.22']
17+
go-version: ['1.23', '1.24']
1818
env:
1919
VERBOSE: 1
2020

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
golangci:
1717
strategy:
1818
matrix:
19-
go: ['1.21', '1.22']
19+
go: ['1.23', '1.24']
2020
os: [macos-latest]
2121
name: lint
2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)