Skip to content

Commit

Permalink
Update Go used in CI to 1.22 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Apr 14, 2024
1 parent 6572693 commit 0e6e0ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: "~1.22.2"
check-latest: true
cache-dependency-path: "**/go.sum"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v4.0.0

0 comments on commit 0e6e0ca

Please sign in to comment.