Skip to content

Commit

Permalink
chore: Update .github/workflows/lint.yml
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
andrewkroh committed Aug 18, 2024
1 parent 34f7801 commit 37b1696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'
cache: false

- name: golangci-lint
Expand All @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'

- name: Run go mod tidy
run: go mod tidy
Expand All @@ -60,7 +60,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'

- name: Check headers
run: go run github.com/elastic/go-licenser@latest -d

0 comments on commit 37b1696

Please sign in to comment.