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 c2a2b5a commit 37276f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- amd64
- arm64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.21
- name: Build executable
env:
GOOS: ${{ matrix.GOOS }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- uses: actions/checkout@v3
- 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
6 changes: 3 additions & 3 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}.wiki
path: wiki
- uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.21
- run: |
rm -rf wiki/*
- run: |
Expand Down

0 comments on commit 37276f7

Please sign in to comment.