Skip to content

Commit 14f728b

Browse files
Merge pull request #5 from evilmonkeyinc/chore/only-latest
chore: only run lint and test on latest
2 parents 8d30e10 + 2b65b9b commit 14f728b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
lint:
1919
strategy:
2020
matrix:
21-
go-version: [1.16.x, 1.17.x]
21+
go-version: [1.17.x]
2222
os: [ubuntu-latest, macos-latest, windows-latest]
2323
runs-on: ${{ matrix.os }}
2424
steps:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test:
1919
strategy:
2020
matrix:
21-
go-version: [1.16.x, 1.17.x]
21+
go-version: [1.17.x]
2222
os: [ubuntu-latest, macos-latest, windows-latest]
2323
runs-on: ${{ matrix.os }}
2424
steps:

0 commit comments

Comments
 (0)