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 Sep 29, 2023
1 parent 7d59bc4 commit 7d62d03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.21
- name: Run Tests
run: go test -v ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.54

0 comments on commit 7d62d03

Please sign in to comment.