Skip to content

Commit

Permalink
github: update version of golangci-lint and go
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Nov 5, 2024
1 parent 675300f commit c7b631c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.23'
cache: false
- name: Set up LibGL, Mesa & X11 libraries
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
uses: golangci/[email protected]
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.52.2
version: v1.61.0

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit c7b631c

Please sign in to comment.