Skip to content

Commit f66e257

Browse files
authored
Merge pull request #34 from mackerelio/update
go.nod from 1.17 to 1.18
2 parents ec43fd2 + 9aa09ac commit f66e257

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
testrun:
1717
strategy:
1818
matrix:
19-
os: ['ubuntu-20.04', 'macos-11', 'windows-2019']
20-
go: ['1.17.x', '1.16.x']
19+
os: ['ubuntu-22.04', 'macos-12', 'windows-2022']
20+
go: ['1.19.x', '1.18.x']
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/mackerelio/go-osstat
22

3-
go 1.17
3+
go 1.18
44

55
require golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8

0 commit comments

Comments
 (0)