Skip to content

Commit

Permalink
ci: update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jun 10, 2024
1 parent 9e346d1 commit 4697da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
shell: bash
run: go generate ./...
- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
skip-cache: true
- name: Test
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module go.sia.tech/hostd

go 1.21.8

toolchain go1.22.3

require (
github.com/aws/aws-sdk-go v1.53.19
github.com/cloudflare/cloudflare-go v0.97.0
Expand Down

0 comments on commit 4697da4

Please sign in to comment.