aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-08-09 13:19:44 +0200
committerMartin Polden <mpolden@mpolden.no>2021-08-09 13:19:44 +0200
commit0118ee6733956452bf85af5614c88a1117abaf45 (patch)
treed56d6e954405bb1ddbf11ad68bda380a1c753b21
parent71c25120e387f6c1c384172c85dad88d7e9c8880 (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