Skip to content

Commit

Permalink
chore: attempts to install go for static checker (#3381)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored Nov 11, 2024
1 parent ea006a0 commit feee4a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,17 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
check-latest: true
- name: Generate dependencies
run: make fake_assets shared_key.pem shared_cert.pem
- name: Stactic checker
uses: dominikh/[email protected]
with:
version: "latest"
install-go: false
int-test:
name: Integration Tests
timeout-minutes: 60
Expand Down

0 comments on commit feee4a0

Please sign in to comment.