From 3a380fabc2753e49a9eec02a43ce7dda091485b2 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sat, 11 Sep 2021 11:02:23 +0200 Subject: build: Bump Go version --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 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 -- cgit v1.2.3