Skip to content

Commit

Permalink
apd: add go 1.23 testing to CI
Browse files Browse the repository at this point in the history
This commit adds a test variant for go 1.23.
  • Loading branch information
nvanbenschoten committed Aug 14, 2024
1 parent 3757f22 commit 724adb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- '1.20'
- '1.21'
- '1.22'
- '1.23'

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
# staticcheck requires go1.19.
if: ${{ matrix.arch == 'x64' && matrix.go >= '1.19' }}
run: |
go install honnef.co/go/tools/cmd/staticcheck@v0.4.3
go install honnef.co/go/tools/cmd/staticcheck@v0.5.0
staticcheck ./...
- name: 'GCAssert'
Expand Down

0 comments on commit 724adb6

Please sign in to comment.