Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guyarb authored Apr 3, 2022
1 parent f3cbdf8 commit e41d575
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ jobs:
full_ci:
strategy:
matrix:
go-version: [ 1.14.x ]
go_version: [ 1.18.x ]

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: checkout
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go_version }}

- name: run tests
run: go test -json ./... > test.json

Expand Down

0 comments on commit e41d575

Please sign in to comment.