Skip to content

Commit 56a588b

Browse files
dylandreimerinkaboch
authored andcommitted
.github/workflows: Bump CI Go version to v1.22
Update the Go version we test against to Go v1.22 which is currently the oldest version still receiving security updates. Signed-off-by: Dylan Reimerink <[email protected]>
1 parent 391c850 commit 56a588b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.17
19+
go-version: 1.22
2020

2121
- name: Kernel Modules
2222
run: ./.github/scripts/modprobe.sh
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v2
3737
with:
38-
go-version: 1.17
38+
go-version: 1.22
3939

4040
- name: Build
4141
run: go build ./...

0 commit comments

Comments
 (0)