Update gh actions (#62)

This commit is contained in:
Vicente Pinto 2023-10-03 08:32:56 +01:00 committed by GitHub
parent d9683265db
commit 985ef903f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 13 deletions

View file

@ -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