Skip to content

Commit

Permalink
refactor: go 1.21 ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Nov 26, 2023
1 parent 8a01493 commit 1b2988d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
go:
- 1.19.x
- 1.20.x
- 1.21.x
os:
- ubuntu-20.04
- macos-11
- windows-2019
- ubuntu-22.04
- macos-12
- windows-2022
runs-on: ${{ matrix.os}}
steps:
- name: Install
Expand All @@ -34,7 +35,7 @@ jobs:
go test ./... -v -timeout 30s -coverprofile=coverage.txt -covermode=atomic
- uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2023.1.3"
version: "latest"
install-go: false
cache-key: ${{ matrix.go }}
- name: Coverage
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ vendor
*envf*
/*.sh
/*.env
.DS_Store

dist/

0 comments on commit 1b2988d

Please sign in to comment.