Skip to content

Commit

Permalink
ci: update release actions to build with newer go version and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Nov 28, 2022
1 parent d7ba3b9 commit 9712828
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Go Lint
go-version: '>=1.19.3'
cache: true
- name: Go Preflight Tests
run: |
go mod tidy
go test -v ./...
Expand Down

0 comments on commit 9712828

Please sign in to comment.