mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 18:03:41 +00:00
chore(ci): fix Go version
This commit is contained in:
parent
109768f785
commit
3243d72850
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.19
|
||||
|
||||
- name: Test
|
||||
run: make build test
|
||||
|
|
Loading…
Reference in New Issue
Block a user