Skip to content

Commit

Permalink
fix: ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka committed Jul 23, 2024
1 parent 555fea6 commit df7d530
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ^1.20
- uses: actions/checkout@v3
go-version: ^1.21
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v6.0.1
version: v1.59.1
- name: build
run: make build
- name: testing
Expand Down

0 comments on commit df7d530

Please sign in to comment.