Skip to content

Commit

Permalink
apd: add go 1.21 and 1.22 testing to CI
Browse files Browse the repository at this point in the history
This commit adds a test variant for go 1.21 and 1.22.
  • Loading branch information
nvanbenschoten committed Feb 9, 2024
1 parent cb6ebb8 commit c373d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
- '1.22'

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

0 comments on commit c373d03

Please sign in to comment.