From ae0f11a740c427e2a8203eb034677e022fb4b439 Mon Sep 17 00:00:00 2001 From: teleivo Date: Wed, 22 Sep 2021 21:00:38 +0200 Subject: [PATCH] Revert "update to go 1.17" This reverts commit a44021f818753a4c50616222a4dbf24ee6f44725. --- .github/workflows/build_test.yml | 2 +- TODO | 2 ++ go.mod | 4 +--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index d0842a1..865f91b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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 diff --git a/TODO b/TODO index e30f271..dbc0f1a 100644 --- a/TODO +++ b/TODO @@ -11,4 +11,6 @@ // } # Technical +======= +* update to go 1.17 * restructure package dependencies and increase coverage diff --git a/go.mod b/go.mod index 8d7c088..7d5168a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/teleivo/diskmon -go 1.17 +go 1.16 require ( github.com/dustin/go-humanize v1.0.0 @@ -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