Skip to content

Commit

Permalink
Udpate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Nov 2, 2022
1 parent c2218af commit 4b41b42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
go: [1.17, 1.18, 1.19]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Run tests
Expand All @@ -32,9 +32,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
args: --timeout 5m

0 comments on commit 4b41b42

Please sign in to comment.