We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a82f5 commit 0d13173Copy full SHA for 0d13173
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
include:
17
# Set the minimum Go patch version for the given Go minor
18
# Usable via ${{ matrix.GO_SEMVER }}
19
- - go: '1.17'
+ - go: '1.18'
20
GO_SEMVER: '~1.18.1'
21
22
runs-on: ${{ matrix.os }}
0 commit comments