Skip to content

Commit

Permalink
Use go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenwoodhead committed Feb 24, 2023
1 parent 588ed57 commit ecc2d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: "1.20"
- run: go mod download
- run: make test
- run: go test -covermode=count -coverprofile=profile.cov ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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.20
go-version: "1.20"
- run: sudo apt-get update && sudo apt-get install gcc-aarch64-linux-gnu libc6-dev-arm64-cross minify
- name: Build binaries
run: make build-for-docker
Expand Down

0 comments on commit ecc2d61

Please sign in to comment.