Skip to content

Commit

Permalink
Run CI on Go 1.19 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah authored Oct 26, 2023
1 parent 3ebe4f5 commit 1ef4888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ oldstable, stable ]
go-version: [ 1.19.x, oldstable, stable ]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1ef4888

Please sign in to comment.