aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-11-11 22:32:32 +0100
committerMartin Polden <mpolden@mpolden.no>2021-11-11 22:32:32 +0100
commit5799eb00457406d2dbae7a0de25b0c8403abcd17 (patch)
treeb73245ce6c89bf030080e6e15771f4a32b656ae3
parentdd375e0dd5dbf0af511c38ce511161b9c2fb8abc (diff)
build: Build with Go 1.17
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e671c2d..dfbabbc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,6 +14,6 @@ jobs:
- name: install go
uses: actions/setup-go@v2
with:
- go-version: 1.16
+ go-version: 1.17
- name: build and test
run: make