Skip to content

Commit 56645a2

Browse files
committed
Update GitHub action; see if I can use Go 1.24 directly
1 parent 8738826 commit 56645a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mainline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
branches: [main]
88
jobs:
99
mainline:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- name: Install Go
1515
uses: actions/setup-go@v5
16-
with: { go-version: "1.22" }
16+
with: { go-version: "1.24" }
1717
- name: Run Tests
1818
run: go test -v -race ./...
1919
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)