Skip to content

Commit ed56a51

Browse files
committed
github: remove windows and update linux
- update ubuntu and go versions - don't specify clang version - remove windows
1 parent 5da807d commit ed56a51

2 files changed

Lines changed: 3 additions & 137 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Test
88
# We used to build on ubuntu-18.04 but that is now deprecated by
99
# GitHub. Earlier distributions will have to use the musl build.
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212

1313
- name: Check out code and submodules into the Go module directory
@@ -17,15 +17,15 @@ jobs:
1717

1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '^1.19'
20+
go-version: '^1.26'
2121

2222
- run: go version
2323

2424
- name: Get dependencies
2525
run: |
2626
go get -v -t -d ./...
2727
sudo apt-get update
28-
sudo apt-get install libsystemd-dev clang-12 llvm libelf-dev git make libzstd-dev
28+
sudo apt-get install libsystemd-dev clang llvm libelf-dev git make libzstd-dev
2929
3030
- name: Build GUI-less binary
3131
run: |

.github/workflows/windows.yml

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)