Skip to content

Commit

Permalink
Update go and golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Jan 14, 2025
1 parent fbc3b28 commit 40b0af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- uses: golangci/golangci-lint-action@v3
go-version: "1.22"
- uses: golangci/golangci-lint-action@v6
- run: go test -v ./...

build:
Expand Down

0 comments on commit 40b0af5

Please sign in to comment.