Skip to content

Commit

Permalink
ci: golang
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed May 31, 2024
1 parent 586a7c5 commit a068fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.3
- name: Build
working-directory: ./golang
run: go build
Expand Down

0 comments on commit a068fc6

Please sign in to comment.