Skip to content

Commit

Permalink
Add go 1.22 to CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eapache committed Feb 21, 2024
1 parent 98401f2 commit 073f8cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.13, 1.18]
go-version:
- 1.13
- 1.18
- 1.22

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 073f8cd

Please # to comment.