Skip to content

Commit

Permalink
Merge pull request #34 from mackerelio/update
Browse files Browse the repository at this point in the history
go.nod from 1.17 to 1.18
  • Loading branch information
yseto committed Aug 26, 2022
2 parents ec43fd2 + 9aa09ac commit f66e257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
testrun:
strategy:
matrix:
os: ['ubuntu-20.04', 'macos-11', 'windows-2019']
go: ['1.17.x', '1.16.x']
os: ['ubuntu-22.04', 'macos-12', 'windows-2022']
go: ['1.19.x', '1.18.x']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/mackerelio/go-osstat

go 1.17
go 1.18

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

0 comments on commit f66e257

Please sign in to comment.