Skip to content

Commit

Permalink
ci: 1.0.1
Browse files Browse the repository at this point in the history
Create go.yml
  • Loading branch information
0xEtherPunk authored Nov 20, 2024
1 parent 3feef88 commit f82dfde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Go
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.23.2'
- run: go test -v ./...

0 comments on commit f82dfde

Please sign in to comment.