Skip to content

Commit

Permalink
updates github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Feb 14, 2024
1 parent df0c093 commit db2cf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
- name: Vet
run: go vet -v $(go list ./...)
- name: Test
Expand Down

0 comments on commit db2cf19

Please sign in to comment.