aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-08-09 13:19:17 +0200
committerMartin Polden <mpolden@mpolden.no>2021-08-09 13:19:17 +0200
commit443929007beecc64b01d611d66fbf7a639b22869 (patch)
tree570ac3afe811a1758145810b1eb54337bb986a6d
parent8f9811d7c66fe95f98d793e9ebcf74eac8b4ec01 (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 4585d2f..0160298 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