Skip to content

Commit

Permalink
circleci: update golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 7, 2024
1 parent 11ac642 commit f86868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- image: cimg/go:1.23
steps:
- checkout
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.0
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
- run: sudo apt-get --allow-releaseinfo-change update
- run: sudo apt-get install -y libgtk-3-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libsdl2-dev libasound2-dev
- run: sudo apt-get install -y xvfb
Expand Down

0 comments on commit f86868f

Please sign in to comment.