Skip to content

Commit

Permalink
ci: update actions in build
Browse files Browse the repository at this point in the history
  • Loading branch information
shikaan committed Dec 22, 2023
1 parent c31532e commit e8b4172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: go test ./...

release:
Expand Down

0 comments on commit e8b4172

Please sign in to comment.