Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthpun committed Dec 20, 2023
1 parent 02ef67f commit ae38025
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- goarch: arm64
goos: windows
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20
- name: Run make generate
go-version: "1.20"
- name: generate
run: make generate

0 comments on commit ae38025

Please sign in to comment.