File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-24 .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 linux-tools-common
2929
3030 - name : Build GUI-less binary
3131 run : |
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments