Skip to content

Commit ed88076

Browse files
committed
ci: simplify
1 parent b2a40db commit ed88076

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/echo-contrib.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ on:
2020
- '.github/**'
2121
- 'codecov.yml'
2222

23-
env:
24-
latest: '1.17'
25-
2623
jobs:
2724
test:
25+
env:
26+
latest: '1.17'
2827
strategy:
2928
matrix:
3029
os: [ubuntu-latest, macos-latest, windows-latest]
31-
go: [1.14, 1.15, 1.16, 1.17]
30+
go: ['1.14', '1.15', '1.16', '1.17']
3231
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
3332
runs-on: ${{ matrix.os }}
3433
steps:
@@ -56,7 +55,6 @@ jobs:
5655
if: success() && matrix.go == env.latest && matrix.os == 'ubuntu-latest'
5756
uses: codecov/codecov-action@v2
5857
with:
59-
token:
6058
fail_ci_if_error: false
6159
benchmark:
6260
needs: test

0 commit comments

Comments
 (0)