Skip to content

Commit

Permalink
Update gop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei authored Nov 3, 2023
1 parent d4be4cc commit 9cfbb87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go/Go+
uses: goplus/setup-goplus@v1
uses: goplus/setup-goplus@v1.1.0
with:
go-version: "1.18"
gop-version: "1.1.8"
gop-version: "main"

- name: SingleFile Mode Test
run: |
gop go -t -s ./...
gop go -ignore-notated-error -t -s ./...

0 comments on commit 9cfbb87

Please sign in to comment.