Skip to content

Commit 4a6e6c2

Browse files
committed
Update Ubuntu version
1 parent 96205e2 commit 4a6e6c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
strategy:
1010
matrix:
11-
platform: [ubuntu-22.04]
11+
platform: [ubuntu-24.04]
1212
go-version: [1.23.x, 1.x]
1313
runs-on: ${{ matrix.platform }}
1414
name: Linters (Static Analysis) for Go
@@ -26,7 +26,7 @@ jobs:
2626
test:
2727
strategy:
2828
matrix:
29-
platform: [ubuntu-22.04]
29+
platform: [ubuntu-24.04]
3030
go-version: [1.23.x, 1.x]
3131
runs-on: ${{ matrix.platform }}
3232
name: integration tests

.github/workflows/schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
platform: [ubuntu-22.04]
11+
platform: [ubuntu-24.04]
1212
go-version: [1.23.x]
1313
runs-on: ${{ matrix.platform }}
1414
name: integration tests

0 commit comments

Comments
 (0)