Skip to content

Commit 83a27ca

Browse files
committed
build: update Go version to 1.18 and GitHub workflow matrix
1 parent 02d182a commit 83a27ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Test
2424
strategy:
2525
matrix:
26-
go-version: [1.17.x, 1.18.x, 1.20.x]
26+
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
2727
os: [ubuntu-latest, macos-latest]
2828
runs-on: ${{ matrix.os }}
2929
steps:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-playground/webhooks/v6
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/gogits/go-gogs-client v0.0.0-20200905025246-8bb8a50cb355

0 commit comments

Comments
 (0)