From 83a27cacfbf533b4d3da65a9fa1ba669e5404fd8 Mon Sep 17 00:00:00 2001 From: Robin Lieb Date: Tue, 30 Jul 2024 19:17:31 +0200 Subject: [PATCH] build: update Go version to 1.18 and GitHub workflow matrix --- .github/workflows/workflow.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index dac0a63..3ccbc32 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -23,7 +23,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.17.x, 1.18.x, 1.20.x] + go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index bb0fa5a..a63b5d8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/go-playground/webhooks/v6 -go 1.17 +go 1.18 require ( github.com/gogits/go-gogs-client v0.0.0-20200905025246-8bb8a50cb355