Skip to content

Commit

Permalink
Merge pull request #49 from eapache/latest-ci
Browse files Browse the repository at this point in the history
Add go 1.22 to CI
  • Loading branch information
eapache committed Feb 21, 2024
2 parents 98401f2 + 073f8cd commit 309b4a0
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 309b4a0

Please # to comment.