Skip to content

Commit 073f8cd

Browse files
committed
Add go 1.22 to CI
It's the latest version, several years newer than the version we were previously testing, and I expect it to be the one shipped with the next Ubuntu LTS so it's a good one to test. Keep 1.18 around as it's the version shipped with the *previous* Ubuntu LTS and so is worth testing as long as it's supported.
1 parent 98401f2 commit 073f8cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/golang-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
go-version: [1.13, 1.18]
10+
go-version:
11+
- 1.13
12+
- 1.18
13+
- 1.22
1114

1215
steps:
1316
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)