We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96205e2 commit 4a6e6c2Copy full SHA for 4a6e6c2
.github/workflows/go.yaml
@@ -8,7 +8,7 @@ jobs:
8
lint:
9
strategy:
10
matrix:
11
- platform: [ubuntu-22.04]
+ platform: [ubuntu-24.04]
12
go-version: [1.23.x, 1.x]
13
runs-on: ${{ matrix.platform }}
14
name: Linters (Static Analysis) for Go
@@ -26,7 +26,7 @@ jobs:
26
test:
27
28
29
30
31
32
name: integration tests
.github/workflows/schedule.yaml
go-version: [1.23.x]
0 commit comments