We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f689a23 commit 2e4154eCopy full SHA for 2e4154e
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
test:
14
strategy:
15
matrix:
16
- go-version: [1.11.x, tip]
+ go-version: [1.11.13, tip]
17
fail-fast: false
18
19
runs-on: ubuntu-latest
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.0/install-go.pl |
25
perl - ${{ matrix.go-version }} $HOME/go
26
+
27
- name: Checkout code
28
uses: actions/checkout@v2
29
@@ -45,7 +46,7 @@ jobs:
45
46
go test -v ./...
47
go test -covermode=count -coverprofile=profile.cov
48
- - name: Backward compability
49
+ - name: Backward compatibility
50
run: test -z "$(apicompat -before ${{ github.event.before }} -after ${{ github.event.after}} ./... | tee /dev/stderr)" -e
51
52
- name: Send coverage
0 commit comments