Skip to content

Commit dc499ae

Browse files
author
enzopang
committed
ci: use Go 1.24 only for compatibility with sonic
1 parent 47ff87b commit dc499ae

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.23', '1.24']
17+
go-version: ['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.23', '1.24']
19+
go: ['1.24']
2020
os: [macos-latest]
2121
name: lint
2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)