Skip to content

Commit

Permalink
fix golangci version
Browse files Browse the repository at this point in the history
  • Loading branch information
ninedraft committed Jul 21, 2024
1 parent 8586724 commit d667231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6.0.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/ninedraft/sampler

go 1.20
go 1.22

require golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b

0 comments on commit d667231

Please sign in to comment.