Skip to content

update(github): action version with v4 #722

update(github): action version with v4

update(github): action version with v4 #722

Workflow file for this run

name: Go Test
on: [ push ]
jobs:
test-go:
runs-on: ubuntu-latest
env:
API_V3_KEY: ${{ secrets.API_V3_KEY }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Test
run: go test cmd/server/powerx.go