Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MlennGarien committed Jun 4, 2024
1 parent 8d325f2 commit aca9efd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '~1.21.7'
check-latest: true
- name: Run static analysis tests
shell: bash
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '~1.21.7'
- run: go test -v -timeout 10m -race ./...
env:
CGO_CFLAGS: "-O -D__BLST_PORTABLE__" # Set the CGO flags to use the portable version of BLST
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '~1.21.7'
- name: Run e2e tests
shell: bash
run: scripts/tests.e2e.sh
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/issues.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '~1.21.7'
- name: Set up arm64 cross compiler
run: |
sudo apt-get -y update
Expand Down

0 comments on commit aca9efd

Please sign in to comment.