Skip to content

Commit

Permalink
update golangci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Feb 21, 2024
1 parent 424156e commit 4263c56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
shell: bash
run: git config --global core.autocrlf false
- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
skip-cache: true
- name: Analyze
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module go.sia.tech/explored

go 1.22
go 1.21.6

toolchain go1.22.0

require (
github.com/mattn/go-sqlite3 v1.14.19
Expand Down

0 comments on commit 4263c56

Please sign in to comment.