Skip to content

Commit 2e4154e

Browse files
committed
Update GH Action
1 parent f689a23 commit 2e4154e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
go-version: [1.11.x, tip]
16+
go-version: [1.11.13, tip]
1717
fail-fast: false
1818

1919
runs-on: ubuntu-latest
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.0/install-go.pl |
2525
perl - ${{ matrix.go-version }} $HOME/go
26+
2627
- name: Checkout code
2728
uses: actions/checkout@v2
2829

@@ -45,7 +46,7 @@ jobs:
4546
go test -v ./...
4647
go test -covermode=count -coverprofile=profile.cov
4748
48-
- name: Backward compability
49+
- name: Backward compatibility
4950
run: test -z "$(apicompat -before ${{ github.event.before }} -after ${{ github.event.after}} ./... | tee /dev/stderr)" -e
5051

5152
- name: Send coverage

0 commit comments

Comments
 (0)