Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Lloyd <caleb@synadia.com>
  • Loading branch information
Caleb Lloyd committed Sep 6, 2023
1 parent e91f2b6 commit d291178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
go: [ '1.19' ]
go: [ '1.20' ]
os: [ ubuntu-latest, macOS-latest ]
runs-on: ${{matrix.os}}
steps:
Expand All @@ -23,7 +23,6 @@ jobs:
shell: bash --noprofile --norc -x -eo pipefail {0}
run: |
cd /tmp
go install -v github.com/wadey/gocovmerge@latest
go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: Lint
shell: bash --noprofile --norc -x -eo pipefail {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'

- name: Setup QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit d291178

Please sign in to comment.