We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738826 commit 56645a2Copy full SHA for 56645a2
.github/workflows/mainline.yml
@@ -7,13 +7,13 @@ on:
7
branches: [main]
8
jobs:
9
mainline:
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
- name: Install Go
15
uses: actions/setup-go@v5
16
- with: { go-version: "1.22" }
+ with: { go-version: "1.24" }
17
- name: Run Tests
18
run: go test -v -race ./...
19
- name: Set up Docker Buildx
0 commit comments