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 ec43fd2 + 9aa09ac commit f66e257Copy full SHA for f66e257
.github/workflows/main.yml
@@ -16,8 +16,8 @@ jobs:
16
testrun:
17
strategy:
18
matrix:
19
- os: ['ubuntu-20.04', 'macos-11', 'windows-2019']
20
- go: ['1.17.x', '1.16.x']
+ os: ['ubuntu-22.04', 'macos-12', 'windows-2022']
+ go: ['1.19.x', '1.18.x']
21
runs-on: ${{ matrix.os }}
22
steps:
23
- uses: actions/checkout@v3
go.mod
@@ -1,5 +1,5 @@
1
module github.com/mackerelio/go-osstat
2
3
-go 1.17
+go 1.18
4
5
require golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
0 commit comments