Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
moshebe committed Jan 27, 2024
1 parent c5b21bf commit b67b349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.55.2
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.6'
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/cache@v2
Expand Down

0 comments on commit b67b349

Please sign in to comment.