Skip to content

Commit 18260e1

Browse files
terinjokesstapelberg
authored andcommitted
.github/workflows: add Go 1.24 to matrix
Signed-off-by: Terin Stock <[email protected]>
1 parent 6ead30c commit 18260e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go-version: ["1.21", "1.22", "1.23"]
15+
go-version: ["1.21", "1.22", "1.23", "1.24"]
1616
runs-on: ubuntu-latest
1717

1818
steps:

.github/workflows/linux-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go-version: ["1.21", "1.22", "1.23"]
15+
go-version: ["1.21", "1.22", "1.23", "1.24"]
1616
runs-on: ubuntu-latest
1717

1818
steps:

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go-version: ["1.23"]
15+
go-version: ["1.24"]
1616
runs-on: macos-latest
1717

1818
steps:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go-version: ["1.23"]
15+
go-version: ["1.24"]
1616
runs-on: ubuntu-latest
1717

1818
steps:

0 commit comments

Comments
 (0)