aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-03-04 16:01:41 +0100
committerMartin Polden <mpolden@mpolden.no>2023-03-04 16:03:53 +0100
commit49294cd81aba41db0ca47b4fb8687f486766177e (patch)
tree4837e178e5098142007620d4b970ccca2e9e45a0 /.github
parent680c5b57501d3d44304f48db25c34f50b23e0cc5 (diff)
build: bump go version
Diffstat (limited to '.github')
-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 0160298..5ddc71f 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.19
- name: build and test
run: make