Skip to content

Commit

Permalink
Merge pull request #136 from mackerelio/update
Browse files Browse the repository at this point in the history
go.mod from 1.14 to 1.18
  • Loading branch information
yseto authored Aug 26, 2022
2 parents 75993d0 + 365ed80 commit 117d798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
test:
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,6 +1,6 @@
module github.com/mackerelio/mackerel-client-go

go 1.14
go 1.18

require (
github.com/kylelemons/godebug v1.1.0
Expand Down
1 change: 0 additions & 1 deletion monitors.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ var (

// Ensure only monitor types defined in this package can be assigned to the
// Monitor interface.
//
func (m *MonitorConnectivity) isMonitor() {}
func (m *MonitorHostMetric) isMonitor() {}
func (m *MonitorServiceMetric) isMonitor() {}
Expand Down

0 comments on commit 117d798

Please sign in to comment.