ci: Fix typo

This commit is contained in:
Matthew Holt 2022-04-13 14:11:03 -06:00
parent c3a82f53d5
commit 0d13173071
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5

View File

@ -16,7 +16,7 @@ jobs:
include:
# Set the minimum Go patch version for the given Go minor
# Usable via ${{ matrix.GO_SEMVER }}
- go: '1.17'
- go: '1.18'
GO_SEMVER: '~1.18.1'
runs-on: ${{ matrix.os }}