Skip to content

Commit 0d13173

Browse files
committed
ci: Fix typo
1 parent c3a82f5 commit 0d13173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
# Set the minimum Go patch version for the given Go minor
1818
# Usable via ${{ matrix.GO_SEMVER }}
19-
- go: '1.17'
19+
- go: '1.18'
2020
GO_SEMVER: '~1.18.1'
2121

2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)