Skip to content

Commit

Permalink
Use go 1.21.4 for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed May 22, 2024
1 parent 166c459 commit 1c7b2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.21.4"

- name: Install dependencies
run: go get ./...

- name: Build
run: go build -ldflags="-s -w" -gcflags=all="-l -B" -trimpath -buildvcs=false -v .
run: go build -ldflags="-s -w" -v .

- name: Go Test
run: go test -v ./...
Expand Down

0 comments on commit 1c7b2db

Please sign in to comment.