Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Oct 11, 2023
1 parent eec9984 commit 8c13480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: crazy-max/ghaction-xgo@v3
with:
xgo_version: latest
go_version: latest
go_version: 1.21.x
dest: dist
prefix: authlibskin
targets: windows/386,windows/amd64,linux/386,linux/amd64,linux/arm,linux/arm64,darwin/arm64,darwin/amd64
Expand All @@ -34,6 +34,7 @@ jobs:
x: false
race: false
ldflags: -s -w
working_dir: cmd/authlibskin
buildmode: default
trimpath: true

Expand Down

0 comments on commit 8c13480

Please sign in to comment.