Skip to content

Commit

Permalink
Merge pull request #46 from ldez/fix/workflow
Browse files Browse the repository at this point in the history
chore: update workflow
  • Loading branch information
yeya24 authored Apr 22, 2024
2 parents 79bdfc5 + a7f14bc commit f4eaf91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: 1.20.x
- uses: actions/checkout@v2

- name: "format"
run: make format
Expand Down

0 comments on commit f4eaf91

Please sign in to comment.