Skip to content

Commit

Permalink
fix: pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Sidorenko committed Mar 7, 2024
1 parent 6b918f4 commit b8892d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.15
go-version: 1.22

- name: Check
run: make check
Expand Down

0 comments on commit b8892d7

Please sign in to comment.