Skip to content

Commit

Permalink
Enhanced the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petaki committed Feb 11, 2023
1 parent a4eb502 commit 2900728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"

- name: Test
run: go test -v ./...
Expand All @@ -24,5 +24,5 @@ jobs:
- name: Staticcheck
uses: dominikh/[email protected]
with:
version: "2022.1.3"
version: "2023.1"
install-go: false

0 comments on commit 2900728

Please sign in to comment.