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.
2 parents c9c9450 + a33d139 commit 82d7b1dCopy full SHA for 82d7b1d
.github/workflows/pull_request.yml
@@ -10,9 +10,6 @@ jobs:
10
test:
11
name: test
12
runs-on: ubuntu-latest
13
- strategy:
14
- matrix:
15
- go: ['1.18']
16
steps:
17
- uses: actions/checkout@v2
18
- name: Set up Go
.github/workflows/pull_request_e2e.yml
@@ -11,16 +11,13 @@ jobs:
e2e-tests:
name: e2e-tests
- name: install make
19
run: sudo apt-get install make
20
- name: set up go 1.x
21
uses: actions/setup-go@v2
22
with:
23
- go-version: ${{ matrix.go }}
+ go-version: 1.18
24
- name: checkout
25
uses: actions/checkout@v2
26
- name: run end-to-end tests
0 commit comments