Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
- upgrade go version
- upgrade golangci-lint version
  • Loading branch information
satvik007 committed Mar 2, 2024
1 parent e0ec2e5 commit 26e49db
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 @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '^1.21.4'
go-version: '^1.22.0'
- run: go version

- name: Install gofumpt
Expand All @@ -38,7 +38,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.56.2

- name: Test
run: make test

0 comments on commit 26e49db

Please sign in to comment.