aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-08-03 23:12:40 +0200
committerMartin Polden <mpolden@mpolden.no>2021-08-03 23:12:40 +0200
commitae2bbd8832ec757153106b37ea764f6c1aac93df (patch)
tree62f40f280daaa8e5efe13bb818e469dfd127249a
parent2b630f01a0e1cd4d949056f52e9e3c1d055dff13 (diff)
build: Bump Go version
-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 bacb642..b81a132 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
- name: install go
uses: actions/setup-go@v2
with:
- go-version: 1.15
+ go-version: 1.16
- name: build and test
run: make
deploy: