Update gh actions (#62)
This commit is contained in:
parent
d9683265db
commit
985ef903f9
4 changed files with 13 additions and 13 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: CI Workflow
|
|||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
GO_VERSION: '1.20'
|
||||
GO_VERSION: "1.20"
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Build
|
||||
uses: ./.github/actions/build
|
||||
with:
|
||||
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
- name: Lint
|
||||
run: make lint
|
||||
- name: Test
|
||||
run: make test
|
||||
run: make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue