Skip to content

Commit

Permalink
Revert "update to go 1.17"
Browse files Browse the repository at this point in the history
This reverts commit a44021f.
  • Loading branch information
teleivo committed Sep 22, 2021
1 parent 37b6e6f commit ae0f11a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.16
- name: Build
run: go build -v ./...
- name: Test & generate coverage report
Expand Down
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
// }

# Technical
=======
* update to go 1.17
* restructure package dependencies and increase coverage
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/teleivo/diskmon

go 1.17
go 1.16

require (
github.com/dustin/go-humanize v1.0.0
Expand All @@ -9,5 +9,3 @@ require (
github.com/slack-go/slack v0.9.4
golang.org/x/sys v0.0.0-20210903071746-97244b99971b
)

require github.com/gorilla/websocket v1.4.2 // indirect

0 comments on commit ae0f11a

Please sign in to comment.