Skip to content

Commit

Permalink
Update codetests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored Feb 3, 2024
1 parent 3640780 commit f93eeed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: stable
- name: go-test
run: |
go test ./...
Expand All @@ -40,8 +40,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: 'v1.53'
version: 'v1.54'

0 comments on commit f93eeed

Please sign in to comment.