diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2022-04-13 14:11:03 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2022-04-13 14:11:03 -0600 |
commit | 0d13173071dc623ff9453fbac9af5d9d35d75a1f (patch) | |
tree | 9876b0748e4996da70e99dc1f33e3ef408915a85 | |
parent | c3a82f53d558b44603a0b26fc256e6c011a11650 (diff) |
ci: Fix typo
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d0fe7c..9c4db37 100644 --- a/.github/workflows/release.yml +++ b/.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 }} |