Skip to content

Commit

Permalink
1.15?
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt committed Nov 30, 2023
1 parent c0a1867 commit d2f63b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3

- name: modhack
run: if [[ ${{ matrix.go }} < "1.16" ]]; then sed -i.bak 's/.*retract .*//' go.mod; fi
run: if [[ ${{ matrix.go }} < "1.15" ]]; then sed -i.bak 's/.*retract .*//' go.mod; fi

- name: go test
run: go test -v -race ./...
Expand Down

0 comments on commit d2f63b8

Please sign in to comment.