diff options
Diffstat (limited to '.github/workflows/cross-build.yml')
-rw-r--r-- | .github/workflows/cross-build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index e8d079808..8b5e429a7 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -16,13 +16,13 @@ jobs: fail-fast: false matrix: goos: ['android', 'linux', 'solaris', 'illumos', 'dragonfly', 'freebsd', 'openbsd', 'plan9', 'windows', 'darwin', 'netbsd'] - go: [ '1.19' ] + go: [ '1.20' ] include: # Set the minimum Go patch version for the given Go minor # Usable via ${{ matrix.GO_SEMVER }} - - go: '1.19' - GO_SEMVER: '~1.19.0' + - go: '1.20' + GO_SEMVER: '~1.20.0' runs-on: ubuntu-latest continue-on-error: true |