Skip to content

Commit 309b4a0

Browse files
authored
Merge pull request #49 from eapache/latest-ci
Add go 1.22 to CI
2 parents 98401f2 + 073f8cd commit 309b4a0

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)