Skip to content

Commit a96e616

Browse files
committed
github: Remove Windows from the test matrix
The current tests passes, but this tool is currently meant for *nix systems.
1 parent 323191f commit a96e616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
go-version: [1.18.x, 1.19.x]
13-
os: [ubuntu-latest, windows-latest]
13+
os: [ubuntu-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v2

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/bep/firstupdotenv
22

3-
go 1.17
3+
go 1.18

0 commit comments

Comments
 (0)