aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-08-09 13:20:11 +0200
committerMartin Polden <mpolden@mpolden.no>2021-08-09 13:20:11 +0200
commit3ceda428ae17b2bedddacab0d73843e1226b7aa0 (patch)
tree60e2a6034c428d40b81fff5fdfc6ac9bee979edf
parent66d6fc2e694ec8c034d6b7d2c95e62294e32e5c1 (diff)
build: Build with Go 1.16
-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 d4aae76..e671c2d 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.15
+ go-version: 1.16
- name: build and test
run: make