There was an error while loading. Please reload this page.
1 parent 5da807d commit ed56a51Copy full SHA for ed56a51
2 files changed
.github/workflows/linux.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Test
8
# We used to build on ubuntu-18.04 but that is now deprecated by
9
# GitHub. Earlier distributions will have to use the musl build.
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
steps:
12
13
- name: Check out code and submodules into the Go module directory
@@ -17,15 +17,15 @@ jobs:
17
18
- uses: actions/setup-go@v2
19
with:
20
- go-version: '^1.19'
+ go-version: '^1.26'
21
22
- run: go version
23
24
- name: Get dependencies
25
run: |
26
go get -v -t -d ./...
27
sudo apt-get update
28
- sudo apt-get install libsystemd-dev clang-12 llvm libelf-dev git make libzstd-dev
+ sudo apt-get install libsystemd-dev clang llvm libelf-dev git make libzstd-dev
29
30
- name: Build GUI-less binary
31
.github/workflows/windows.yml
0 commit comments