Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 22, 2024
1 parent 31a761e commit a7f14bc
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 a7f14bc

Please sign in to comment.