Skip to content

Commit

Permalink
update ci go version
Browse files Browse the repository at this point in the history
  • Loading branch information
sideninja committed Apr 30, 2024
1 parent 042c3c9 commit 195d001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
- name: Run tests
run: |
make ci
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
- name: generate
run: make generate
- uses: golangci/[email protected]
Expand Down

0 comments on commit 195d001

Please sign in to comment.