There was an error while loading. Please reload this page.
1 parent 323191f commit a96e616Copy full SHA for a96e616
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
go-version: [1.18.x, 1.19.x]
13
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v2
go.mod
@@ -1,3 +1,3 @@
1
module github.com/bep/firstupdotenv
2
3
-go 1.17
+go 1.18
0 commit comments