Skip to content

Commit

Permalink
Use go version from go mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Apr 19, 2024
1 parent b2d530a commit 9298ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
working-directory: progress-watchdog
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version-file: 'go.mod'
- name: "Lint"
run: go vet
- name: "Test"
Expand Down

0 comments on commit 9298ac8

Please sign in to comment.