mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-18 16:29:16 +00:00
chore(ci): use Go 1.21
This commit is contained in:
parent
d3a6756cf9
commit
2323c20a61
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.21
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make build test
|
run: make build test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user