Skip to content
Compare
Choose a tag to compare
@xushiwei xushiwei released this 03 Nov 11:27
· 10 commits to main since this release
9f4d376

Usage

Version matching by SemVer spec:

steps:
  - uses: actions/checkout@v4
  - uses: goplus/setup-goplus@v1
    with:
      go-version: '1.21.0'
      gop-version: '1.1.8' # The Go+ version to use. Can be: 'latest' (by default), '1.1.8' (use version), 'main' (use branch)
  - run: gop version