Skip to content

Commit

Permalink
Merge pull request #131 from nvanbenschoten/nvanbenschoten/testGo21and22
Browse files Browse the repository at this point in the history
apd: add go 1.21 and 1.22 testing to CI
  • Loading branch information
nvanbenschoten authored Feb 13, 2024
2 parents cb6ebb8 + 8bd523e commit e8d9190
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 Expand Up @@ -71,9 +73,9 @@ jobs:
- name: 'GCAssert'
# Only run gcassert on the latest versions of Go. Inlining heuristics
# change from version to version.
if: ${{ matrix.arch == 'x64' && matrix.go >= '1.17' }}
if: ${{ matrix.arch == 'x64' && matrix.go >= '1.18' }}
run: |
go install github.com/jordanlewis/gcassert/cmd/gcassert@latest
go install github.com/jordanlewis/gcassert/cmd/gcassert@7b67d223
gcassert ./...
- name: 'BuildTest for armv7'
Expand Down

0 comments on commit e8d9190

Please sign in to comment.