aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ed1e963..53a3d02 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,6 +19,6 @@ jobs:
- name: install go
uses: actions/setup-go@v2
with:
- go-version: 1.15
+ go-version: 1.17
- name: build and test
run: make
diff --git a/go.mod b/go.mod
index 597a41e..be824e3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/mpolden/unp
-go 1.13
+go 1.17
require (
github.com/mpolden/sfv v0.9.0