Skip to content

Commit

Permalink
Update GitHub Actions workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leotaku committed Dec 26, 2024
1 parent 8a2fa09 commit 88e3b18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: ^1.23
- name: Run Tests
run: go test -v ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v6
with:
version: v1.54
version: v1.62
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
path: wiki
- uses: actions/setup-go@v4
with:
go-version: ^1.21
go-version: ^1.23
- run: |
rm -rf wiki/*
- run: |
Expand Down

0 comments on commit 88e3b18

Please sign in to comment.