Skip to content

Commit

Permalink
build: update Go version to 1.18 and GitHub workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlieb committed Jul 30, 2024
1 parent 02d182a commit 83a27ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 83a27ca

Please sign in to comment.