Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/go.etcd.io/etcd/client…
Browse files Browse the repository at this point in the history
…/v3-3.5.13
  • Loading branch information
JohnRoesler authored Jul 8, 2024
2 parents 8a6a479 + 9b87272 commit 0359f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.51.2
version: v1.55.2
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: test
Expand Down

0 comments on commit 0359f07

Please sign in to comment.