Browse Source

ci: Fix typo

master
Matthew Holt 3 years ago
parent
commit
0d13173071
No known key found for this signature in database GPG Key ID: 2A349DD577D586A5
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -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 }}

Loading…
Cancel
Save